Skip to content

Commit 15a433a

Browse files
authored
Update Makefile
Added an initial "pdflatex book" before the makeindex to create an idx file. Removed the evince line, since not everyone uses evince.
1 parent be3773d commit 15a433a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ PDFFLAGS = -dCompatibilityLevel=1.4 -dPDFSETTINGS=/prepress \
1717
ps2pdf $(PDFFLAGS) $<
1818

1919
all: book.tex
20+
pdflatex book
2021
makeindex book.idx
2122
pdflatex book
2223
mv book.pdf thinkpython2.pdf
23-
evince thinkpython2.pdf
2424

2525
hevea: book.tex header.html footer.html
2626
# replace the pdfs with eps

0 commit comments

Comments
 (0)