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 85fc07543..91ba6c50d 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -15,7 +15,7 @@ extra_build: ./ikiwiki doc html --templatedir=templates --underlaydir=basewiki \ --wikiname="ikiwiki" --verbose --nosvn \ --exclude=/discussion --plugin=brokenlinks \ - --plugin=pagecount + --plugin=pagecount --plugin=orphans ./mdwn2man doc/usage.mdwn > ikiwiki.man extra_clean: |