File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
#
9
9
#
10
10
# IDENTIFICATION
11
- # $Header: /cvsroot/pgsql/doc/src/sgml/Makefile,v 1.43 2001/11/08 23:46:29 petere Exp $
11
+ # $Header: /cvsroot/pgsql/doc/src/sgml/Makefile,v 1.44 2001/11/16 16:29:56 petere Exp $
12
12
#
13
13
# ----------------------------------------------------------------------------
14
14
@@ -144,7 +144,7 @@ $(addsuffix .tex-pdf, $(ALLBOOKS)): %.tex-pdf: %.sgml $(ALLSGML) stylesheet.dsl
144
144
programmer.tex-pdf : catalogs.pdf connections.pdf
145
145
146
146
% .dvi : % .tex-ps
147
- @rm $* .aux $* .log
147
+ @rm -f $* .aux $* .log
148
148
jadetex $<
149
149
jadetex $<
150
150
jadetex $<
@@ -154,7 +154,7 @@ programmer.tex-pdf: catalogs.pdf connections.pdf
154
154
dvips -o $@ $<
155
155
156
156
% .pdf : % .tex-pdf
157
- @rm $* .aux $* .log $* .out
157
+ @rm -f $* .aux $* .log $* .out
158
158
pdfjadetex $<
159
159
pdfjadetex $<
160
160
pdfjadetex $<
You can’t perform that action at this time.
0 commit comments