aboutsummaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-05-20 01:04:24 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-05-20 01:04:24 +0000
commit05fbbad4b4d256b34b2574d98a0cf1203121b782 (patch)
treec40bfdde870764f27380a713dfd87528b150cc5e /Makefile.PL
parentd3d528b5c4e61ade7153df8f3d60cf651c39e5e1 (diff)
downloadikiwiki-05fbbad4b4d256b34b2574d98a0cf1203121b782.tar
ikiwiki-05fbbad4b4d256b34b2574d98a0cf1203121b782.tar.gz
build fixes
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-xMakefile.PL4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 5514a98ce..985c944ad 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -26,9 +26,11 @@ PROBABLE_INST_LIB=$(shell \\
tflag=$(shell if [ "$$NOTAINT" != 0 ]; then printf -- "-T"; fi)
extramodules=$(shell if [ "$$PROFILE" = 1 ]; then printf -- "-MDevel::Profiler"; fi)
-extra_build:
+ikiwiki.out: ikiwiki.in
./pm_filter $(PREFIX) $(VER) $(PROBABLE_INST_LIB) < ikiwiki.in > ikiwiki.out
chmod +x ikiwiki.out
+
+extra_build: ikiwiki.out
LANG=C perl -I. $(extramodules) $(tflag) ikiwiki.out doc html --templatedir=templates \
--underlaydir=basewiki --nousedirs\
--wikiname="ikiwiki" --verbose \