summaryrefslogtreecommitdiffstats
path: root/documentation/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/Makefile')
-rw-r--r--documentation/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/Makefile b/documentation/Makefile
index 7aa1483..9e76713 100644
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -1,8 +1,8 @@
ASCIIDOC_OPTS = \
-f asciidoc.conf
-HTML_SOURCES = readme hacking
-HTML_PAGES = readme.html hacking.html
+HTML_SOURCES = readme hacking translating
+HTML_PAGES = readme.html hacking.html translating.html
%.html: %.txt asciidoc.conf
asciidoc $(ASCIIDOC_OPTS) --out-file=./$@ $*.txt