summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOlivier Gayot <duskcoder@gmail.com>2015-05-10 20:36:08 +0100
committerOlivier Gayot <duskcoder@gmail.com>2015-05-10 20:36:08 +0100
commit0d0e3b3c05b5e3004f526bf0ace02885c36ce2d5 (patch)
treefa151f80dcdf2ca2174ac83aa137333947ef1a19 /Makefile
parent013d621eb8e5493e1401a69ac99da1485d46cc37 (diff)
use *.asciidoc(i) extension instead of *.adoc(i)
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index edec2ca..b0c14d2 100644
--- a/Makefile
+++ b/Makefile
@@ -1,12 +1,12 @@
-SRC = $(wildcard *.adoc)
+SRC = $(wildcard *.asciidoc)
-HTML = $(SRC:.adoc=.html)
-PDF = $(SRC:.adoc=.pdf)
+HTML = $(SRC:.asciidoc=.html)
+PDF = $(SRC:.asciidoc=.pdf)
all: $(HTML) $(PDF)
-%.html: %.adoc $(wildcard *.adoci)
+%.html: %.asciidoc $(wildcard *.asciidoci)
asciidoc $<
-%.pdf: %.adoc $(wildcard *.adoci)
+%.pdf: %.asciidoc $(wildcard *.asciidoci)
a2x $< -L