diff options
-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 |