diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-30 20:08:30 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-30 20:08:30 +0200 |
commit | 5ce710a06aed583a5bffd0ed5956129f63bd31b0 (patch) | |
tree | 7c49f0a1ca78fad8d3a0e595576aa6bbbef6f048 /documentation/Makefile | |
parent | 7038cbd9d90e4f5b0d446fce0802b72d351a0a56 (diff) | |
download | aurweb-5ce710a06aed583a5bffd0ed5956129f63bd31b0.tar.xz |
docs: Add initial asciidocified hacking
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 10ca90b..7aa1483 100644 --- a/documentation/Makefile +++ b/documentation/Makefile @@ -1,8 +1,8 @@ ASCIIDOC_OPTS = \ -f asciidoc.conf -HTML_SOURCES = readme -HTML_PAGES = readme.html +HTML_SOURCES = readme hacking +HTML_PAGES = readme.html hacking.html %.html: %.txt asciidoc.conf asciidoc $(ASCIIDOC_OPTS) --out-file=./$@ $*.txt |