X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=Makefile;h=6693689df93537c73359ff20423c9197e3d72c12;hb=ef492db3b89ae7e0fe6317d3a1d0e727c28bf8ca;hp=b60f0c77cee7707739eb67aac7a78bfdff517c67;hpb=049b46403225479942bd680fa27f30e5523c88db;p=rrq%2Frrqforth.git diff --git a/Makefile b/Makefile index b60f0c7..6693689 100644 --- 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} > $@