aboutsummaryrefslogtreecommitdiffstats
path: root/help/Makefile.am
diff options
context:
space:
mode:
authorBalint Reczey <balint.reczey@ericsson.com>2008-12-15 12:54:35 +0000
committerBalint Reczey <balint.reczey@ericsson.com>2008-12-15 12:54:35 +0000
commit4607e187dfd8f59fca3ed4645219a118c747cd95 (patch)
tree49150ec7eb16139036a248745451bc9a66cdbe82 /help/Makefile.am
parentafa52d759e4c93d5217959a3f1749a359bef27c5 (diff)
Serialize faq.txt creation steps.
svn path=/trunk/; revision=27001
Diffstat (limited to 'help/Makefile.am')
-rw-r--r--help/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/help/Makefile.am b/help/Makefile.am
index d389c6756d..ebfdd2cb64 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -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 > $@ ) ) && \