X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=Makefile;h=b60f0c77cee7707739eb67aac7a78bfdff517c67;hb=049b46403225479942bd680fa27f30e5523c88db;hp=7e3b60456bfff45338cf5024f087551a81d4b0dc;hpb=2c3be1a110218ddcd04f95ebf45607f0450463a5;p=rrq%2Frrqforth.git diff --git a/Makefile b/Makefile index 7e3b604..b60f0c7 100644 --- a/Makefile +++ b/Makefile @@ -8,3 +8,8 @@ rrqforth: rrqforth.asm $(INCS) clean: rm -f rrqforth{,.fas,.map} + +DOCS := reference.adoc wordindex.adoc $( shell adoc/*.adoc ) + +reference.html: $(DOCS) + asciidoc -bhtml ${@:.html=.adoc} > $@