Skip to content

Commit

Permalink
Add additional debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiw committed Dec 13, 2023
1 parent 984b50f commit a560830
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a560830

Please sign in to comment.