Add more flexibility in how whitespace is specified.
[gazelle.git] / docs / Makefile
blob0d9696b15dada7bd5112487988be5842f9a2a640
2 .PHONY: all default images
4 default: manual.html images
5 all: default
7 manual.html: manual.txt manual.conf gzl-rtn-graph Makefile
8 asciidoc -a toc -a toclevels=3 -a icons -a iconsdir=. manual.txt
10 images:
11 mkdir -p images && cp -f /usr/share/asciidoc/images/*.png images
13 clean:
14 rm -rf *.png *.html images