From d6206bd03f351333ceb83ddb403e1f3ffb0bbfe4 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 9 May 2016 05:21:33 +0200 Subject: Start on a manual MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 15a41e9..404bf1b 100644 --- a/Makefile +++ b/Makefile @@ -69,7 +69,13 @@ INLINE_FUN =\ zzero DOC =\ - refsheet.pdf + refsheet.pdf\ + libzahl.pdf + +TEXSRC =\ + doc/libzahl.tex\ + doc/what-is-libzahl.tex\ + doc/libzahls-design.tex HDR_PUBLIC = zahl.h $(HDR_SEMIPUBLIC) HDR = $(HDR_PUBLIC) $(HDR_PRIVATE) @@ -150,6 +156,10 @@ refsheet.pdf: doc/refsheet.tex pdflatex doc/refsheet.tex /dev/null -rm -- benchmark benchmark-zrand benchmark-func 2>/dev/null - -rm -- *.aux *.log *.out 2>/dev/null + -rm -- *.aux *.log *.out *.idx *.maf *.mtc* *.toc 2>/dev/null -rm -- refsheet.pdf refsheet.dvi refsheet.ps 2>/dev/null + -rm -- libzahl.pdf libzahl.dvi libzahl.ps 2>/dev/null .PHONY: all check clean install uninstall -- cgit v1.2.3-70-g09d2