diff options
Diffstat (limited to 'doc/Makefile')
-rw-r--r-- | doc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile b/doc/Makefile index 00c7ce7..cf9ec4a 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,4 +1,4 @@ all: Tcl.html -Tcl.html: jim_tcl.txt - asciidoc -o $@ -d manpage $^ || cp Tcl.html.supplied $@ +Tcl.html: jim_tcl.txt make-index + ./make-index < jim_tcl.txt | asciidoc -o $@ -d manpage - |