diff options
author | 2011-02-18 05:53:12 +0000 | |
---|---|---|
committer | 2011-02-18 05:53:12 +0000 | |
commit | f46b504fec7e168db17b21ddd98452ea7abab8f3 (patch) | |
tree | 143fce993996e8bc03bcecdd0d4d9425e11f318f | |
parent | f16bd8dd1abc49ee7ef65b8bcb0ece9717084e54 (diff) | |
download | paludis-f46b504fec7e168db17b21ddd98452ea7abab8f3.tar.gz paludis-f46b504fec7e168db17b21ddd98452ea7abab8f3.tar.xz |
Serialise different steps in man page generation, cfr f16bd8dd
-rw-r--r-- | src/clients/accerso/Makefile.am | 4 | ||||
-rw-r--r-- | src/clients/appareo/Makefile.am | 4 | ||||
-rw-r--r-- | src/clients/instruo/Makefile.am | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/src/clients/accerso/Makefile.am b/src/clients/accerso/Makefile.am index 9d131a853..6cf4b7bbe 100644 --- a/src/clients/accerso/Makefile.am +++ b/src/clients/accerso/Makefile.am @@ -22,10 +22,10 @@ man_MANS_xmls = accerso.xml $(man_MANS_txts) : man-accerso if ! ./man-accerso --asciidoc `echo $@ | sed -e 's.^accerso-*..' -e 's,\.txt$$,,'` > $@ ; then rm -f $@ ; exit 1 ; fi -.txt.xml : +.txt.xml : $(man_MANS_txts) asciidoc --doctype=manpage --backend=docbook --out-file=$@ $< -.xml.1 : +.xml.1 : $(man_MANS_xmls) xmlto man $< @: $@ diff --git a/src/clients/appareo/Makefile.am b/src/clients/appareo/Makefile.am index fcc2b94e7..235040618 100644 --- a/src/clients/appareo/Makefile.am +++ b/src/clients/appareo/Makefile.am @@ -22,10 +22,10 @@ man_MANS_xmls = accerso.xml $(man_MANS_txts) : man-appareo if ! ./man-appareo --asciidoc `echo $@ | sed -e 's.^appareo-*..' -e 's,\.txt$$,,'` > $@ ; then rm -f $@ ; exit 1 ; fi -.txt.xml : +.txt.xml : $(man_MANS_txts) asciidoc --doctype=manpage --backend=docbook --out-file=$@ $< -.xml.1 : +.xml.1 : $(man_MANS_xmls) xmlto man $< @: $@ diff --git a/src/clients/instruo/Makefile.am b/src/clients/instruo/Makefile.am index d519fc664..505ee7646 100644 --- a/src/clients/instruo/Makefile.am +++ b/src/clients/instruo/Makefile.am @@ -22,10 +22,10 @@ man_MANS_xmls = instruo.xml $(man_MANS_txts) : man-instruo if ! ./man-instruo --asciidoc `echo $@ | sed -e 's.^instruo-*..' -e 's,\.txt$$,,'` > $@ ; then rm -f $@ ; exit 1 ; fi -.txt.xml : +.txt.xml : $(man_MANS_txts) asciidoc --doctype=manpage --backend=docbook --out-file=$@ $< -.xml.1 : +.xml.1 : $(man_MANS_xmls) xmlto man $< @: $@ |