]> sipb.mit.edu Git - ikiwiki.git/commitdiff
--no-rcs is the default now, so no need to explicitly specify
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Thu, 29 Mar 2007 22:36:18 +0000 (22:36 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Thu, 29 Mar 2007 22:36:18 +0000 (22:36 +0000)
Makefile.PL
doc/examples/softwaresite/Makefile

index 0039d1bc0bca44d2b009bc655d7d473a5d9d160a..3c47e684e7c26ca5f40f781fe97e54efa38bf4de 100755 (executable)
@@ -30,7 +30,7 @@ extra_build:
        chmod +x ikiwiki.out
        LANG=C perl -I. $(tflag) ikiwiki.out doc html --templatedir=templates \
                --underlaydir=basewiki \
-               --wikiname="ikiwiki" --verbose --no-rcs \
+               --wikiname="ikiwiki" --verbose \
                --exclude=/discussion --no-discussion --userdir=users \
                --plugin=goodstuff \
                --plugin=haiku --plugin=polygen --plugin=fortune
index a7dfde7e823431636a3ff3e06e9b4f70842ea616..f2c4d8e54df05b01ce349f27c2e66fa7df784769 100644 (file)
@@ -8,8 +8,8 @@ IKIWIKI=ikiwiki
 endif
 
 all:
-       $(IKIWIKI) `pwd` html -v --plugin=goodstuff \
-               --no-rcs --exclude=html
+       $(IKIWIKI) `pwd` html -v --wikiname FooBar --plugin=goodstuff \
+               --exclude=html --exclude=Makefile
 
 clean:
        rm -rf .ikiwiki html