summaryrefslogtreecommitdiff
path: root/doc/examples/softwaresite/Makefile
blob: a7dfde7e823431636a3ff3e06e9b4f70842ea616 (plain)
  1. # Build static html docs suitable for being shipped in the software
  2. # package. This depends on ikiwiki being installed to build the docs.
  3. ifeq ($(shell which ikiwiki),)
  4. IKIWIKI=echo "** ikiwiki not found" >&2 ; echo ikiwiki
  5. else
  6. IKIWIKI=ikiwiki
  7. endif
  8. all:
  9. $(IKIWIKI) `pwd` html -v --plugin=goodstuff \
  10. --no-rcs --exclude=html
  11. clean:
  12. rm -rf .ikiwiki html