Skip to content

Commit

Permalink
Update makefile now tutorial has included files
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjc committed Oct 21, 2015
1 parent 9d3c06d commit abf7668
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Doc/Makefile
Expand Up @@ -4,7 +4,7 @@ subdirs := install
all: Tutorial.html Tutorial.txt pdf $(subdirs)
pdf: Tutorial.pdf biopdb_faq.pdf

Tutorial.pdf: Tutorial.tex
Tutorial.pdf: Tutorial.tex Tutorial/chapter_*.tex
pdflatex Tutorial.tex
pdflatex Tutorial.tex
pdflatex Tutorial.tex
Expand All @@ -14,10 +14,10 @@ biopdb_faq.pdf: biopdb_faq.tex
pdflatex biopdb_faq.tex
pdflatex biopdb_faq.tex

Tutorial.html: Tutorial.tex
Tutorial.html: Tutorial.tex Tutorial/chapter_*.tex
hevea -fix Tutorial.tex

Tutorial.txt: Tutorial.tex
Tutorial.txt: Tutorial.tex Tutorial/chapter_*.tex
hevea -fix -text Tutorial.tex

clean-subdirs: $(subdirs)
Expand Down

0 comments on commit abf7668

Please sign in to comment.