diff --git a/Makefile b/Makefile index 371c5770f..9998164fc 100644 --- a/Makefile +++ b/Makefile @@ -21,6 +21,6 @@ MLS.pdf: *.tex chapters/*.tex pdflatex MLS.tex # Seems to be some issue with graphicpath, so set path here as well -%.html: %.tex chapters/*.tex +MLS.html: MLS.tex chapters/*.tex $(LATEXMLPREFIX)latexml $*.tex --path=media --dest $*.xml $(LATEXMLPREFIX)latexmlpost $*.xml -format html -pmml --splitat=chapter --splitnaming=labelrelative --javascript=css/LaTeXML-maybeMathJax.js --navigationtoc=context --css=css/LaTeXML-navbar-left.css --dest $@