--no-rcs is the default now, so no need to explicitly specify
parent
1f175cbb1d
commit
f59796697d
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue