summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2a19499..bee2217 100644
--- a/Makefile
+++ b/Makefile
@@ -210,6 +210,8 @@ BINS+=zttool
endif
MAN_PAGES = $(wildcard $(BINS:%=doc/%.8))
+ASCIIDOC := asciidoc
+
all: programs modules
programs: utils libs
@@ -358,10 +360,10 @@ stackcheck: checkstack all
./checkstack *.ko */*.ko
README.html: README
- asciidoc -n -a toc $<
+ $(ASCIIDOC) -n -a toc $<
xpp/README.Astribank.html: xpp/README.Astribank
- cd $(@D); asciidoc -o $(@F) -n -a toc $(<F)
+ cd $(@D); $(ASCIIDOC) -o $(@F) -n -a toc $(<F)
devices:
ifndef DYNFS