File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ PDFFLAGS = -dCompatibilityLevel=1.4 -dPDFSETTINGS=/prepress \
1717 ps2pdf $(PDFFLAGS ) $<
1818
1919all : 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
7676xxe :
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
8184oreilly :
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
8792clean :
8893 rm -f * ~ * .aux * .log * .dvi * .idx * .ilg * .ind * .toc
You can’t perform that action at this time.
0 commit comments