]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/examples/softwaresite/Makefile
ikiwiki (3.20140916) unstable; urgency=low
[git.ikiwiki.info.git] / doc / examples / softwaresite / Makefile
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
6 else
7 IKIWIKI=ikiwiki
8 endif
10 all:
11         $(IKIWIKI) `pwd` html -v --wikiname FooBar --plugin=goodstuff \
12                 --exclude=html --exclude=Makefile
14 clean:
15         rm -rf .ikiwiki html