aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 404bf1b..627baad 100644
--- a/Makefile
+++ b/Makefile
@@ -75,7 +75,8 @@ DOC =\
TEXSRC =\
doc/libzahl.tex\
doc/what-is-libzahl.tex\
- doc/libzahls-design.tex
+ doc/libzahls-design.tex\
+ doc/get-started.tex
HDR_PUBLIC = zahl.h $(HDR_SEMIPUBLIC)
HDR = $(HDR_PUBLIC) $(HDR_PRIVATE)