mirror of https://github.com/drowe67/codec2.git
Add additional debugging.
parent
984b50ffd9
commit
a560830c46
|
@ -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
|
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
|
$(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
|
bibtex $(JOBNAME).aux
|
||||||
pdflatex -jobname=$(JOBNAME) $(DOCNAME).tex
|
pdflatex -file-line-error -jobname=$(JOBNAME) $(DOCNAME).tex
|
||||||
pdflatex -jobname=$(JOBNAME) $(DOCNAME).tex
|
pdflatex -file-line-error -jobname=$(JOBNAME) $(DOCNAME).tex
|
||||||
|
|
||||||
$(PLOT_FILES):
|
$(PLOT_FILES):
|
||||||
echo $(PATH)
|
echo $(PATH)
|
||||||
|
|
Loading…
Reference in New Issue