aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2010-05-27 10:31:17 +0200
committerMatthias Andree <matthias.andree@gmx.de>2010-05-27 10:35:19 +0200
commit6c551be325cd508fb61d0537475de37a10e0a48f (patch)
tree701e3db8185e2fe76d68bb3590265bcbf871e9cb /Makefile.am
parentba85812e7a9e925d3713cbcc02521ea55c33bfc2 (diff)
downloadfetchmail-6c551be325cd508fb61d0537475de37a10e0a48f.tar.gz
fetchmail-6c551be325cd508fb61d0537475de37a10e0a48f.tar.bz2
fetchmail-6c551be325cd508fb61d0537475de37a10e0a48f.zip
Hook Mailbox-Names-UTF7 document to build and website.
New dependency: requires asciidoc 8.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 2b61761a..86317da2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -126,6 +126,7 @@ DISTDOCS= FAQ FEATURES NOTES OLDNEWS fetchmail-man.html \
fetchmail-features.html README.SSL README.NTLM \
README.packaging README.SSL-SERVER \
fetchmail-FAQ.book fetchmail-FAQ.pdf fetchmail-FAQ.html \
+ Mailbox-Names-UTF7.txt Mailbox-Names-UTF7.html \
fetchmail-SA-2010-02.txt \
fetchmail-SA-2010-01.txt \
fetchmail-SA-2009-01.txt \
@@ -230,6 +231,9 @@ import-translations:
rsync -Lrtvz translationproject.org::tp/latest/fetchmail/ $(top_srcdir)/po
cd $(top_builddir)/po && $(MAKE) update-po
+Mailbox-Names-UTF7.html: Mailbox-Names-UTF7.txt
+ asciidoc --unsafe -a toc -o $@ $<
+
# The following sets edit modes for GNU EMACS.
# Local Variables:
# compile-command:"configure"