--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
|
chmod +x ikiwiki.out
|
||||||
LANG=C perl -I. $(tflag) ikiwiki.out doc html --templatedir=templates \
|
LANG=C perl -I. $(tflag) ikiwiki.out doc html --templatedir=templates \
|
||||||
--underlaydir=basewiki \
|
--underlaydir=basewiki \
|
||||||
--wikiname="ikiwiki" --verbose --no-rcs \
|
--wikiname="ikiwiki" --verbose \
|
||||||
--exclude=/discussion --no-discussion --userdir=users \
|
--exclude=/discussion --no-discussion --userdir=users \
|
||||||
--plugin=goodstuff \
|
--plugin=goodstuff \
|
||||||
--plugin=haiku --plugin=polygen --plugin=fortune
|
--plugin=haiku --plugin=polygen --plugin=fortune
|
||||||
|
|
|
@ -8,8 +8,8 @@ IKIWIKI=ikiwiki
|
||||||
endif
|
endif
|
||||||
|
|
||||||
all:
|
all:
|
||||||
$(IKIWIKI) `pwd` html -v --plugin=goodstuff \
|
$(IKIWIKI) `pwd` html -v --wikiname FooBar --plugin=goodstuff \
|
||||||
--no-rcs --exclude=html
|
--exclude=html --exclude=Makefile
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf .ikiwiki html
|
rm -rf .ikiwiki html
|
||||||
|
|
Loading…
Reference in New Issue