bug fix to use stream
[rrq/rrqforth.git] / Makefile
index b60f0c77cee7707739eb67aac7a78bfdff517c67..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 adoc/*.adoc )
+ADOCS := $(shell echo adoc/*.adoc )
+DOCS = reference.adoc wordindex.adoc separator.adoc $(ADOCS)
 
 reference.html: $(DOCS)
        asciidoc -bhtml ${@:.html=.adoc} > $@