--no-rcs is the default now, so no need to explicitly specify

master
joey 2007-03-29 22:36:18 +00:00
parent 1f175cbb1d
commit f59796697d
2 changed files with 3 additions and 3 deletions

View File

@ -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

View 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