diff options
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-x | Makefile.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL index 91ba6c50d..df119d5f0 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -13,7 +13,7 @@ pure_install:: extra_install extra_build: ./ikiwiki doc html --templatedir=templates --underlaydir=basewiki \ - --wikiname="ikiwiki" --verbose --nosvn \ + --wikiname="ikiwiki" --verbose --no-rcs \ --exclude=/discussion --plugin=brokenlinks \ --plugin=pagecount --plugin=orphans ./mdwn2man doc/usage.mdwn > ikiwiki.man |