reset to interacting state on error
[rrq/rrqforth.git] / Makefile
index 7e3b60456bfff45338cf5024f087551a81d4b0dc..6693689df93537c73359ff20423c9197e3d72c12 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -8,3 +8,9 @@ rrqforth: rrqforth.asm $(INCS)
 
 clean:
        rm -f rrqforth{,.fas,.map}
+
+ADOCS := $(shell echo adoc/*.adoc )
+DOCS = reference.adoc wordindex.adoc separator.adoc $(ADOCS)
+
+reference.html: $(DOCS)
+       asciidoc -bhtml ${@:.html=.adoc} > $@