diff options
| author | Mooneer Salem <[email protected]> | 2023-12-12 22:19:10 -0800 |
|---|---|---|
| committer | Mooneer Salem <[email protected]> | 2023-12-12 22:19:10 -0800 |
| commit | a560830c4655ccfd9b9f182e229680f141027531 (patch) | |
| tree | 7a8e035fcb9cc48f9805d6fcccc2fd66406fc740 /doc | |
| parent | 984b50ffd9b07b41b8fc6c98f9c2eb58b3325d2a (diff) | |
Add additional debugging.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/Makefile b/doc/Makefile index 659d4f6..3907251 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 -file-line-error -jobname=$(JOBNAME) $(DOCNAME).tex bibtex $(JOBNAME).aux - pdflatex -jobname=$(JOBNAME) $(DOCNAME).tex - pdflatex -jobname=$(JOBNAME) $(DOCNAME).tex + pdflatex -file-line-error -jobname=$(JOBNAME) $(DOCNAME).tex + pdflatex -file-line-error -jobname=$(JOBNAME) $(DOCNAME).tex $(PLOT_FILES): echo $(PATH) |
