From 6c551be325cd508fb61d0537475de37a10e0a48f Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Thu, 27 May 2010 10:31:17 +0200 Subject: Hook Mailbox-Names-UTF7 document to build and website. New dependency: requires asciidoc 8. --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.am') 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" -- cgit v1.2.3