diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-30 20:08:40 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-30 20:08:40 +0200 |
commit | 8832da194a74c1b87a36e7f51960eb1f6e32edea (patch) | |
tree | c6d2d54ab3c196066c2ead676b68964eb75245d7 /documentation/Makefile | |
parent | 5ce710a06aed583a5bffd0ed5956129f63bd31b0 (diff) | |
download | aurweb-asciidoc.tar.xz |
docs: Add asciidocified translating fileasciidoc
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'documentation/Makefile')
-rw-r--r-- | documentation/Makefile | 4 |
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 |