diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2010-05-27 10:31:17 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2010-05-27 10:35:19 +0200 |
commit | 6c551be325cd508fb61d0537475de37a10e0a48f (patch) | |
tree | 701e3db8185e2fe76d68bb3590265bcbf871e9cb | |
parent | ba85812e7a9e925d3713cbcc02521ea55c33bfc2 (diff) | |
download | fetchmail-6c551be325cd508fb61d0537475de37a10e0a48f.tar.gz fetchmail-6c551be325cd508fb61d0537475de37a10e0a48f.tar.bz2 fetchmail-6c551be325cd508fb61d0537475de37a10e0a48f.zip |
Hook Mailbox-Names-UTF7 document to build and website.
New dependency: requires asciidoc 8.
-rw-r--r-- | Makefile.am | 4 | ||||
l--------- | website/Mailbox-Names-UTF7.html | 1 |
2 files changed, 5 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" diff --git a/website/Mailbox-Names-UTF7.html b/website/Mailbox-Names-UTF7.html new file mode 120000 index 00000000..7f38f4f6 --- /dev/null +++ b/website/Mailbox-Names-UTF7.html @@ -0,0 +1 @@ +../build/Mailbox-Names-UTF7.html
\ No newline at end of file |