Skip to content
This repository has been archived by the owner on Mar 22, 2021. It is now read-only.

Commit

Permalink
Tweak the makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
miekg committed Aug 28, 2011
1 parent d76b435 commit cfd3841
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Expand Up @@ -6,11 +6,13 @@ go-a4.pdf: go-*.tex ex-*/*.tex src/*.go tab/*.tex fig/*.tex blocksbook.cls go.bi
rm -f go.tex && ln -s go_a4.tex go.tex
xelatex go.tex && bibtex go && makeindex go \
&& xelatex go.tex && xelatex go.tex
mv go.pdf go-a4.pdf

go-kindle.pdf: go-*.tex ex-*/*.tex src/*.go tab/*.tex fig/*.tex blocksbook.cls go.bib .fig .tab about-*.tex
rm -f go.tex && ln -s go_kindle.tex go.tex
xelatex go.tex && bibtex go && makeindex go \
&& xelatex go.tex && xelatex go.tex
mv go.pdf go-kindle.pdf

.fig: fig/*.svg
( cd fig; make all )
Expand Down

0 comments on commit cfd3841

Please sign in to comment.