aboutsummaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
authordrowe67 <[email protected]>2024-05-06 06:19:24 +0930
committerDavid Rowe <[email protected]>2024-05-06 06:19:24 +0930
commite9f64066a5fb8079cc8d217a4c494930ffda2bf4 (patch)
treeec4171cd3f2b16179545e96b00186cff48c772f7 /doc/Makefile
parentaebdd11464a6632c9722cf2db2a4494437404674 (diff)
parentd21ff74c5f830a275d291a00043b2526a1bf9e62 (diff)
merge with main and fix conflict (I hope)dr-codec2-doc
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 659d4f6..5d05ea4 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -20,10 +20,10 @@ PATH := $(PATH):$(CODEC2_BINARY)/src
PLOT_FILES := hts2a_37_sn.tex hts2a_37_sw.tex hts2a_37_lpc_lsp.tex hts2a_37_lpc_pf.tex
$(DOCNAME).pdf: $(PLOT_FILES) $(DOCNAME).tex $(DOCNAME)_refs.bib
- pdflatex -jobname=$(JOBNAME) $(DOCNAME).tex
+ pdflatex -shell-escape -file-line-error -jobname=$(JOBNAME) $(DOCNAME).tex
bibtex $(JOBNAME).aux
- pdflatex -jobname=$(JOBNAME) $(DOCNAME).tex
- pdflatex -jobname=$(JOBNAME) $(DOCNAME).tex
+ pdflatex -shell-escape -file-line-error -jobname=$(JOBNAME) $(DOCNAME).tex
+ pdflatex -shell-escape -file-line-error -jobname=$(JOBNAME) $(DOCNAME).tex
$(PLOT_FILES):
echo $(PATH)