diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-05-05 18:20:52 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-05-05 18:20:52 +0000 |
commit | b2bd444f31fd9f294ee0dbc4b9a61b1e8c04055c (patch) | |
tree | b1ab7c05d2c2ed94dffea9a504ed46f36dfe0c96 /Makefile.PL | |
parent | fbb0762ccf7b1dcac33006424e1dee7f457210a3 (diff) | |
download | ikiwiki-b2bd444f31fd9f294ee0dbc4b9a61b1e8c04055c.tar ikiwiki-b2bd444f31fd9f294ee0dbc4b9a61b1e8c04055c.tar.gz |
* Allow discussion links on pages to be turned off with --no-discussion.
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-x | Makefile.PL | 6 |
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: |