1 # Build static html docs suitable for being shipped in the software
2 # package. This depends on ikiwiki being installed to build the docs.
4 ifeq ($(shell which ikiwiki),)
5 IKIWIKI=echo "** ikiwiki not found" >&2 ; echo ikiwiki
11 $(IKIWIKI) `pwd` html -v --wikiname FooBar --plugin=goodstuff \
12 --exclude=html --exclude=Makefile