]> sipb.mit.edu Git - ikiwiki.git/blobdiff - Makefile.PL
releasing version 1.48
[ikiwiki.git] / Makefile.PL
index 39961f79a6bab9439b0c2466d03fe3faa9a047aa..0039d1bc0bca44d2b009bc655d7d473a5d9d160a 100755 (executable)
@@ -23,10 +23,12 @@ PROBABLE_INST_LIB=$(shell \\
        fi \\
 )
 
+tflag=$(shell if [ ! "$$NOTAINT" ]; then printf -- "-T"; fi)
+
 extra_build:
        ./pm_filter $(PREFIX) $(VER) $(PROBABLE_INST_LIB) < ikiwiki.in > ikiwiki.out
        chmod +x ikiwiki.out
-       PERL5LIB=.:${PERL5LIB} LANG=C ./ikiwiki.out doc html --templatedir=templates \
+       LANG=C perl -I. $(tflag) ikiwiki.out doc html --templatedir=templates \
                --underlaydir=basewiki \
                --wikiname="ikiwiki" --verbose --no-rcs \
                --exclude=/discussion --no-discussion --userdir=users \