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