come to a halt rather than just hanging.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4975
FAQ.txt: $(myxmldir)/FAQ.xml $(myxmldir)/vg-entities.xml $(mylibdir)/*.xslt
$(XSLTPROC) $(XSLTPROC_FLAGS) $(mylibdir)/untag-inline.xslt $(myxmldir)/FAQ.xml | \
$(XSLTPROC) $(XSLTPROC_FLAGS) $(mylibdir)/docbook2text.xslt - > FAQ.txt
-
+
# chunked html
html-docs:
(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)