makefile update at Thu Nov 20 16:45:44 CST 2014

This commit is contained in:
T.J. Yang 2014-11-20 16:45:44 -06:00
parent d6cae8f09b
commit ab842e1163

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 -i
$(MAKE) -C $(BUILDDIR)/latex LATEXOPTS="-interaction=nonstopmode"
@echo "xelatex finished; the PDF files are in $(BUILDDIR)/latex."
cheatsheet: translations