aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 910e79d3..0e597d05 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -231,7 +231,8 @@ 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
+SUFFIXES = .html .txt
+.txt.html:
asciidoc --unsafe -a toc -a data-uri -o $@ $< || { rm -f $@ ; exit 1 ; }
# The following sets edit modes for GNU EMACS.