diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-05-02 06:15:31 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-05-02 06:15:31 +0000 |
commit | 99292550fdf3c5bf9feb4a665e2de99f5cfc0d35 (patch) | |
tree | 6454e784a83830461068034214a68d987bd231ff /Makefile.PL | |
parent | f84b47d080f4d1ac47d12bd45a7004a6aba5875f (diff) | |
download | ikiwiki-99292550fdf3c5bf9feb4a665e2de99f5cfc0d35.tar ikiwiki-99292550fdf3c5bf9feb4a665e2de99f5cfc0d35.tar.gz |
* Add an orphans plugin for finding pages that nothing links to.
* Removed backlinks page, which it turns out nothing used.
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: |