Serialize faq.txt creation steps.
authorrbalint <rbalint@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 15 Dec 2008 12:54:35 +0000 (12:54 +0000)
committerrbalint <rbalint@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 15 Dec 2008 12:54:35 +0000 (12:54 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27001 f5534014-38df-0310-8fa8-9805f1628bb7

help/Makefile.am

index d389c6756d0922f8df199199a6fabfa2c53a0e81..ebfdd2cb641c39e30e4d5258261d42f923447746 100644 (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 > $@ )  ) && \