diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-23 02:53:03 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-23 02:53:03 +0000 |
commit | 0b1828f694dde648c63a192a132308348438379a (patch) | |
tree | 2ca0492cb55f94364258e89c3897c17dcf56e953 /Makefile.PL | |
parent | 483f61d228a547627512ec14cc16345bdd4dc159 (diff) | |
download | ikiwiki-0b1828f694dde648c63a192a132308348438379a.tar ikiwiki-0b1828f694dde648c63a192a132308348438379a.tar.gz |
*warning* any wrappers built with a previous version of ikiwiki need to be
rebuilt
This changes ikiwiki's syntax to require only 2 parameters (source and
dest) and not three. The templatedir parameter is now an optional
--templatedir.
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-x | Makefile.PL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.PL b/Makefile.PL index e5d05dea4..70d81b806 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -12,8 +12,8 @@ install:: extra_install pure_install:: extra_install extra_build: - ./ikiwiki doc templates html --wikiname="ikiwiki" --verbose \ - --nosvn --exclude=/discussion + ./ikiwiki doc html --templatedir=templates --wikiname="ikiwiki" \ + --verbose --nosvn --exclude=/discussion ./mdwn2man doc/usage.mdwn > ikiwiki.man extra_clean: |