@@ -270,20 +270,16 @@ htmlhelp: stylesheet-hh.xsl postgres.xml
270
270
$(XMLLINT ) --noout --valid postgres.xml
271
271
$(XSLTPROC ) $(XSLTPROCFLAGS ) $^
272
272
273
- % -A4.fo.tmp : stylesheet-fo.xsl% .xml
273
+ % -A4.fo : stylesheet-fo.xsl% .xml
274
274
$(XMLLINT ) --noout --valid$* .xml
275
275
$(XSLTPROC ) $(XSLTPROCFLAGS ) --stringparam paper.type A4 -o$@ $^
276
276
277
- % -US.fo.tmp : stylesheet-fo.xsl% .xml
277
+ % -US.fo : stylesheet-fo.xsl% .xml
278
278
$(XMLLINT ) --noout --valid$* .xml
279
279
$(XSLTPROC ) $(XSLTPROCFLAGS ) --stringparam paper.type USletter -o$@ $^
280
280
281
281
FOP = fop
282
282
283
- # reformat FO output so that locations of errors are easier to find
284
- % .fo :% .fo.tmp
285
- $(XMLLINT ) --format --output$@ $^
286
-
287
283
.SECONDARY : postgres-A4.fo postgres-US.fo
288
284
289
285
% -fop.pdf :% .fo
@@ -404,7 +400,7 @@ clean:
404
400
# index
405
401
rm -f HTML.index $(GENERATED_SGML)
406
402
# XSLT
407
- rm -f postgres.xml postgres.xmltmp htmlhelp.hhp toc.hhc index.hhk *.fo *.fo.tmp
403
+ rm -f postgres.xml postgres.xmltmp htmlhelp.hhp toc.hhc index.hhk *.fo
408
404
# EPUB
409
405
rm -f postgres.epub
410
406
# Texinfo