Skip to content

Commit

Permalink
Restore to non-generic makefile, needed for nmake
Browse files Browse the repository at this point in the history
  • Loading branch information
HansOlsson committed Jun 10, 2020
1 parent 3ea5c47 commit 175ca7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -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 $@

0 comments on commit 175ca7b

Please sign in to comment.