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