Skip to content

Commit

Permalink
Add chapters/*.tex (in addition to *.tex) to makefile dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed May 4, 2020
1 parent c2996d8 commit 2ffc805
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -10,10 +10,10 @@ clean:
rm *.aux MLS.log MLS.toc MLS.pdf
rm MLS.xml LaTeXML.cache *.html

MLS.pdf: *.tex
MLS.pdf: *.tex chapters/*.tex
pdflatex MLS.tex

# Seems to be some issue with graphicpath, so set path here as well
MLS.html: *.tex
MLS.html: *.tex chapters/*.tex
$(LATEXMLPREFIX)latexml MLS.tex --path=media --dest MLS.xml
$(LATEXMLPREFIX)latexmlpost MLS.xml -format html -pmml --splitat=chapter --splitnaming=labelrelative --javascript=css/LaTeXML-maybeMathJax.js --navigationtoc=context --css=css/LaTeXML-navbar-left.css --dest MLS.html

0 comments on commit 2ffc805

Please sign in to comment.