aboutsummaryrefslogtreecommitdiff
path: root/doc/Makefile
blob: eef7bcb2440433723be843337af6f3b1951d9573 (plain)
1
2
3
4
5
6
7
8
9
TCLSH := $(shell which jimsh)
ifeq ($(TCLSH),)
TCLSH := $(shell which tclsh)
endif

all: Tcl.html

Tcl.html: jim_tcl.txt make-index
	$(TCLSH) make-index < jim_tcl.txt | asciidoc -o $@ -d manpage -