Serialize faq.txt creation steps.

svn path=/trunk/; revision=27001
This commit is contained in:
Balint Reczey 2008-12-15 12:54:35 +00:00
parent afa52d759e
commit 4607e187df
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ MAINTAINERCLEANFILES = \
# Try our best to convert the FAQ to text.
faq.txt: $(srcdir)/faq.py
$(srcdir)/faq.py >$@.tmp
$(srcdir)/faq.py >$@.tmp && \
(( which elinks > /dev/null && elinks -dump -dump-width 72 -no-numbering -no-references < $@.tmp > $@ )|| \
( which links > /dev/null && links -width 72 -html-numbered-links 0 -dump $@.tmp > $@ )|| \
( which lynx > /dev/null && lynx -dump -width=72 -nolist -stdin -force-html < $@.tmp > $@ ) ) && \