X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=Makefile;h=6693689df93537c73359ff20423c9197e3d72c12;hb=c6fd5bdf3bae68aac49a239548c82a8d08384da8;hp=5fa76143da87f11ad209c14bec7444a157f0b719;hpb=d5a8f559318ac57934871a48e964bac18557b601;p=rrq%2Frrqforth.git diff --git a/Makefile b/Makefile index 5fa7614..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 echo adoc/*.adoc ) +ADOCS := $(shell echo adoc/*.adoc ) +DOCS = reference.adoc wordindex.adoc separator.adoc $(ADOCS) reference.html: $(DOCS) asciidoc -bhtml ${@:.html=.adoc} > $@