Skip to content

Commit bf0c3b9

Browse files
committed
Processing comments from tech reviewers
1 parent 5ea6ac1 commit bf0c3b9

2 files changed

Lines changed: 339 additions & 479 deletions

File tree

book/Makefile

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ PDFFLAGS = -dCompatibilityLevel=1.4 -dPDFSETTINGS=/prepress \
1717
ps2pdf $(PDFFLAGS) $<
1818

1919
all: book.tex
20-
makeindex book
20+
makeindex book.idx
2121
pdflatex book
2222
mv book.pdf thinkpython2.pdf
2323
evince thinkpython2.pdf
@@ -74,15 +74,20 @@ plastest:
7474
rm -rf /home/downey/thinkpython2/trunk/test/.svn
7575

7676
xxe:
77-
~/Downloads/xxe-perso-4_8_0/bin/xxe book/book.xml
77+
xmlcopyeditor ~/ThinkDSP/book/book/book.xml &
7878

79-
OREILLY = /home/downey/oreilly/thinkpython2
79+
lint:
80+
xmllint -noout book/book.xml
81+
82+
OREILLY = atlas
8083

8184
oreilly:
8285
rsync -a book.tex $(OREILLY)
8386
rsync -a book/ $(OREILLY)
8487
rsync -a figs/* $(OREILLY)/figs
85-
rsync -a thinkpython2.pdf $(OREILLY)/pdf
88+
cd $(OREILLY); git add .
89+
cd $(OREILLY); git commit -m "Automated check in."
90+
cd $(OREILLY); git push
8691

8792
clean:
8893
rm -f *~ *.aux *.log *.dvi *.idx *.ilg *.ind *.toc

0 commit comments

Comments
 (0)