makefile update at Fri Nov 21 17:12:48 CST 2014

This commit is contained in:
T.J. Yang 2014-11-21 17:12:48 -06:00
parent 648cf261c1
commit 5f3cf20ffc

View file

@ -151,7 +151,7 @@ xetexpdf: translations
$(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
@echo "Running LaTeX files through xelatex..."
perl -pi -e 's!pdflatex!xelatex!' $(BUILDDIR)/latex/Makefile
$(MAKE) -C $(BUILDDIR)/latex LATEXOPTS="-interaction=nonstopmode"
$(MAKE) -C $(BUILDDIR)/latex -i LATEXOPTS="-interaction=nonstopmode"
@echo "xelatex finished; the PDF files are in $(BUILDDIR)/latex."
cheatsheet: translations