]> sipb.mit.edu Git - ikiwiki.git/blobdiff - Makefile.PL
web commit by JoshTriplett: Add shortcut for c2: the Portland Pattern Repository...
[ikiwiki.git] / Makefile.PL
index 9786a66cec26062e858ea113bc4c9a52a4a4666a..cfcc19db76cc5c2734ce3442bb1707394df8e18d 100755 (executable)
@@ -24,7 +24,8 @@ PROBABLE_INST_LIB=$(shell \\
 )
 
 extra_build:
-       ./ikiwiki.in doc html --templatedir=templates --underlaydir=basewiki \
+       LANG=C ./ikiwiki.in doc html --templatedir=templates \
+               --underlaydir=basewiki \
                --wikiname="ikiwiki" --verbose --no-rcs \
                --exclude=/discussion --no-discussion --userdir=users \
                --plugin=goodstuff \
@@ -44,7 +45,7 @@ extra_install:
        $(CP) -a templates/* $(DESTDIR)$(PREFIX)/share/ikiwiki/templates
 
        install -d $(DESTDIR)$(PREFIX)/share/ikiwiki/basewiki
-       $(CP) -a basewiki/* $(DESTDIR)$(PREFIX)/share/ikiwiki/basewiki
+       $(CP) -aL basewiki/* $(DESTDIR)$(PREFIX)/share/ikiwiki/basewiki
 
        install -d $(DESTDIR)$(PREFIX)/share/man/man1
        install -m 644 ikiwiki.man $(DESTDIR)$(PREFIX)/share/man/man1/ikiwiki.1