summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile b/docs/Makefile
index 5e434a3..f8671f6 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -11,7 +11,7 @@ $(MANPAGES): %: %.txt footer.txt
a2x -d manpage -f manpage -a manversion=$(VERSION) $<
$(WEBPAGES): %.html: %.txt
- asciidoc -a version=$(VERSION) $<
+ asciidoc -a disable-javascript -a version=$(VERSION) $<
clean:
-@rm -vf $(MANPAGES) $(WEBPAGES) 2>/dev/null