|
From: <sv...@va...> - 2005-11-01 13:44:28
|
Author: sewardj
Date: 2005-11-01 03:08:41 +0000 (Tue, 01 Nov 2005)
New Revision: 4975
Log:
If pdfxmltex bombs, as it so often does, at least cause the build to
come to a halt rather than just hanging.
Modified:
trunk/docs/Makefile.am
Modified: trunk/docs/Makefile.am
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/docs/Makefile.am 2005-11-01 03:07:38 UTC (rev 4974)
+++ trunk/docs/Makefile.am 2005-11-01 03:08:41 UTC (rev 4975)
@@ -60,8 +60,8 @@
FAQ.txt: $(myxmldir)/FAQ.xml $(myxmldir)/vg-entities.xml $(mylibdir)/*.x=
slt
$(XSLTPROC) $(XSLTPROC_FLAGS) $(mylibdir)/untag-inline.xslt $(myxmldir)=
/FAQ.xml | \
$(XSLTPROC) $(XSLTPROC_FLAGS) $(mylibdir)/docbook2text.xslt - > FAQ.txt
-=09
=20
+
# chunked html
html-docs:
@echo "Generating html files..."
@@ -85,7 +85,7 @@
(cd $(myprintdir) && \
( pdfxmltex index.fo && \
pdfxmltex index.fo && \
- pdfxmltex index.fo ) &> $(LOGFILE) && \
+ pdfxmltex index.fo ) &> $(LOGFILE) < /dev/null && \
echo "Generating PS file: $(myprintdir)/index.ps ..." && \
pdftops index.pdf && \
rm -f *.log *.aux *.fo *.out)
|