# # For projects, asciidoc in general # Nico Schottelius, Fri Jan 13 12:13:08 CET 2006 # all-html: @for text in `find -name '*.text'`; do \ echo "*** Converting $$text" ; \ make $${text%.text}.html; \ done %.html: %.text asciidoc -n -o $@ $< %.pre: %.html pre_release $<