mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 18:29:13 +02:00
+ Delete aux file before running (pdf)latex.
This commit is contained in:
parent
f493781253
commit
8a86b29879
@ -199,6 +199,7 @@ endif
|
|||||||
$(DVIPS) $<
|
$(DVIPS) $<
|
||||||
|
|
||||||
.tex.dvi:
|
.tex.dvi:
|
||||||
|
-rm $(basename $<).aux
|
||||||
$(LATEX) $*
|
$(LATEX) $*
|
||||||
-$(MAKEINDEX) $*
|
-$(MAKEINDEX) $*
|
||||||
$(LATEX) $*
|
$(LATEX) $*
|
||||||
@ -209,6 +210,7 @@ endif
|
|||||||
$(DVITXT) -o $*.txt $*.dvi
|
$(DVITXT) -o $*.txt $*.dvi
|
||||||
|
|
||||||
.tex.pdf:
|
.tex.pdf:
|
||||||
|
-rm $(basename $<).aux
|
||||||
$(PDFLATEX) $*
|
$(PDFLATEX) $*
|
||||||
-$(MAKEINDEX) $*
|
-$(MAKEINDEX) $*
|
||||||
$(PDFLATEX) $*
|
$(PDFLATEX) $*
|
||||||
@ -652,7 +654,10 @@ execute:
|
|||||||
|
|
||||||
#
|
#
|
||||||
# $Log$
|
# $Log$
|
||||||
# Revision 1.32 2004-12-14 21:44:54 michael
|
# Revision 1.33 2004-12-14 21:50:02 michael
|
||||||
|
# + Delete aux file before running (pdf)latex.
|
||||||
|
#
|
||||||
|
# Revision 1.32 2004/12/14 21:44:54 michael
|
||||||
# + Converted makehtm to pascal program. Argument line too long
|
# + Converted makehtm to pascal program. Argument line too long
|
||||||
#
|
#
|
||||||
# Revision 1.31 2004/12/06 22:43:41 michael
|
# Revision 1.31 2004/12/06 22:43:41 michael
|
||||||
|
Loading…
Reference in New Issue
Block a user