aboutsummaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-xMakefile.PL6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 74ad20c17..43b6bef09 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -14,9 +14,9 @@ pure_install:: extra_install
extra_build:
./ikiwiki doc html --templatedir=templates --underlaydir=basewiki \
--wikiname="ikiwiki" --verbose --no-rcs \
- --exclude=/discussion --plugin=brokenlinks \
- --plugin=pagecount --plugin=orphans \
- --plugin=haiku
+ --exclude=/discussion --no-discussion \
+ --plugin=brokenlinks --plugin=pagecount \
+ --plugin=orphans --plugin=haiku
./mdwn2man doc/usage.mdwn > ikiwiki.man
extra_clean: