Jelajahi Sumber

minor change

Martin Thoma 13 tahun lalu
induk
melakukan
170a0cffec
1 mengubah file dengan 7 tambahan dan 5 penghapusan
  1. 7 5
      documents/book/Makefile

+ 7 - 5
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: