mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 18:09:30 +02:00
+ Delete aux file before running (pdf)latex.
This commit is contained in:
parent
f493781253
commit
8a86b29879
@ -199,6 +199,7 @@ endif
|
||||
$(DVIPS) $<
|
||||
|
||||
.tex.dvi:
|
||||
-rm $(basename $<).aux
|
||||
$(LATEX) $*
|
||||
-$(MAKEINDEX) $*
|
||||
$(LATEX) $*
|
||||
@ -209,6 +210,7 @@ endif
|
||||
$(DVITXT) -o $*.txt $*.dvi
|
||||
|
||||
.tex.pdf:
|
||||
-rm $(basename $<).aux
|
||||
$(PDFLATEX) $*
|
||||
-$(MAKEINDEX) $*
|
||||
$(PDFLATEX) $*
|
||||
@ -652,7 +654,10 @@ execute:
|
||||
|
||||
#
|
||||
# $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
|
||||
#
|
||||
# Revision 1.31 2004/12/06 22:43:41 michael
|
||||
|
Loading…
Reference in New Issue
Block a user