minor edit
[rrq/rrqforth.git] / Makefile
index 7e3b60456bfff45338cf5024f087551a81d4b0dc..b60f0c77cee7707739eb67aac7a78bfdff517c67 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -8,3 +8,8 @@ rrqforth: rrqforth.asm $(INCS)
 
 clean:
        rm -f rrqforth{,.fas,.map}
+
+DOCS := reference.adoc wordindex.adoc $( shell adoc/*.adoc )
+
+reference.html: $(DOCS)
+       asciidoc -bhtml ${@:.html=.adoc} > $@