diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-09-25 21:41:45 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-09-25 21:41:45 +0000 |
commit | db8c6d855067221f597b06dec0ab4364efe1f704 (patch) | |
tree | 18fc57d96c1097ce4ed830442fa6d60a6b67bb8c /Makefile.PL | |
parent | 9f45c3080e893174751b9a4b7fe3e59da611a2ec (diff) | |
download | ikiwiki-db8c6d855067221f597b06dec0ab4364efe1f704.tar ikiwiki-db8c6d855067221f597b06dec0ab4364efe1f704.tar.gz |
* Don't rm -rf ikiwiki on distclean, since a) there's no such file
and b) those poor Mac OSX users and their case insensative files!
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-x | Makefile.PL | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL index cdf28f16e..ead7f5dc5 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -59,5 +59,4 @@ WriteMakefile( PREFIX => "/usr/local", PM_FILTER => './pm_filter $(PREFIX) $(VER)', MAN1PODS => {}, - clean => {FILES => 'ikiwiki'}, ); |