summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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