From 170a0cffec090fa6458aabeb087fa8b1de031b27 Mon Sep 17 00:00:00 2001 From: Martin Thoma Date: Sun, 19 Aug 2012 13:55:05 +0200 Subject: [PATCH] minor change --- documents/book/Makefile | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/documents/book/Makefile b/documents/book/Makefile index b99a736..1797876 100644 --- a/documents/book/Makefile +++ b/documents/book/Makefile @@ -1,9 +1,11 @@ +SOURCE = book + make: - pdflatex book.tex -output-format=pdf - pdflatex book.tex -output-format=pdf - makeindex book - bibtex book - pdflatex book.tex -output-format=pdf + pdflatex $(SOURCE).tex -output-format=pdf + pdflatex $(SOURCE).tex -output-format=pdf + makeindex $(SOURCE) + bibtex $(SOURCE) + pdflatex $(SOURCE).tex -output-format=pdf make clean clean: