indentation
[ikiwiki.git] / doc / examples / softwaresite / Makefile
blobf2c4d8e54df05b01ce349f27c2e66fa7df784769
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