mirror of
https://github.com/postgres/postgres.git
synced 2025-05-20 00:03:14 -04:00
doc: Don't reformat .fo files before processing by fop
This messes up the whitespace in the output PDF document in some places.
This commit is contained in:
parent
6feb69f6ce
commit
d49cc588ca
@ -270,20 +270,16 @@ htmlhelp: stylesheet-hh.xsl postgres.xml
|
|||||||
$(XMLLINT) --noout --valid postgres.xml
|
$(XMLLINT) --noout --valid postgres.xml
|
||||||
$(XSLTPROC) $(XSLTPROCFLAGS) $^
|
$(XSLTPROC) $(XSLTPROCFLAGS) $^
|
||||||
|
|
||||||
%-A4.fo.tmp: stylesheet-fo.xsl %.xml
|
%-A4.fo: stylesheet-fo.xsl %.xml
|
||||||
$(XMLLINT) --noout --valid $*.xml
|
$(XMLLINT) --noout --valid $*.xml
|
||||||
$(XSLTPROC) $(XSLTPROCFLAGS) --stringparam paper.type A4 -o $@ $^
|
$(XSLTPROC) $(XSLTPROCFLAGS) --stringparam paper.type A4 -o $@ $^
|
||||||
|
|
||||||
%-US.fo.tmp: stylesheet-fo.xsl %.xml
|
%-US.fo: stylesheet-fo.xsl %.xml
|
||||||
$(XMLLINT) --noout --valid $*.xml
|
$(XMLLINT) --noout --valid $*.xml
|
||||||
$(XSLTPROC) $(XSLTPROCFLAGS) --stringparam paper.type USletter -o $@ $^
|
$(XSLTPROC) $(XSLTPROCFLAGS) --stringparam paper.type USletter -o $@ $^
|
||||||
|
|
||||||
FOP = fop
|
FOP = fop
|
||||||
|
|
||||||
# reformat FO output so that locations of errors are easier to find
|
|
||||||
%.fo: %.fo.tmp
|
|
||||||
$(XMLLINT) --format --output $@ $^
|
|
||||||
|
|
||||||
.SECONDARY: postgres-A4.fo postgres-US.fo
|
.SECONDARY: postgres-A4.fo postgres-US.fo
|
||||||
|
|
||||||
%-fop.pdf: %.fo
|
%-fop.pdf: %.fo
|
||||||
@ -404,7 +400,7 @@ clean:
|
|||||||
# index
|
# index
|
||||||
rm -f HTML.index $(GENERATED_SGML)
|
rm -f HTML.index $(GENERATED_SGML)
|
||||||
# XSLT
|
# XSLT
|
||||||
rm -f postgres.xml postgres.xmltmp htmlhelp.hhp toc.hhc index.hhk *.fo *.fo.tmp
|
rm -f postgres.xml postgres.xmltmp htmlhelp.hhp toc.hhc index.hhk *.fo
|
||||||
# EPUB
|
# EPUB
|
||||||
rm -f postgres.epub
|
rm -f postgres.epub
|
||||||
# Texinfo
|
# Texinfo
|
||||||
|
Loading…
x
Reference in New Issue
Block a user