aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-05-13 04:38:09 +0200
committerMattias Andrée <maandree@kth.se>2016-05-13 04:38:09 +0200
commit16a001c8fe4e5ca99d5aafdd8ed02a35f09b6caa (patch)
treefe1116e5d8ce39e032c777003caa6d03ce667c78 /Makefile
parentExponentiation: clarification of a mathematical expression (diff)
downloadlibzahl-16a001c8fe4e5ca99d5aafdd8ed02a35f09b6caa.tar.gz
libzahl-16a001c8fe4e5ca99d5aafdd8ed02a35f09b6caa.tar.bz2
libzahl-16a001c8fe4e5ca99d5aafdd8ed02a35f09b6caa.tar.xz
Miscellaneous stuff
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8daf15d..73c1aad 100644
--- a/Makefile
+++ b/Makefile
@@ -78,7 +78,11 @@ TEXSRC =\
doc/libzahls-design.tex\
doc/get-started.tex\
doc/miscellaneous.tex\
- doc/arithmetic.tex
+ doc/arithmetic.tex\
+ doc/bit-operations.tex\
+ doc/number-theory.tex\
+ doc/random-numbers.tex\
+ doc/not-implemented.tex
HDR_PUBLIC = zahl.h $(HDR_SEMIPUBLIC)
HDR = $(HDR_PUBLIC) $(HDR_PRIVATE)