aboutsummaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2010-01-24 11:01:20 +1000
committerSteve Bennett <steveb@workware.net.au>2010-10-15 11:02:40 +1000
commitd3ccac54f2880de57002009daa7cceda069454fd (patch)
tree47cbbad7e54b7b5a743b98f3c8eb1edd3470a58d /doc/Makefile
parentc5f4f3547c0dde01c51ec1b79f53e635d1351f0b (diff)
downloadjimtcl-d3ccac54f2880de57002009daa7cceda069454fd.zip
jimtcl-d3ccac54f2880de57002009daa7cceda069454fd.tar.gz
jimtcl-d3ccac54f2880de57002009daa7cceda069454fd.tar.bz2
jimsh improvements plus documentation
Add /lib/jim to the default auto_path *: Otherwise there is no 'standard' location to install packages Prompt should show name for all non-zero return types Initial documentation for Jim ------------------------------------------------------------------------
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile
index ae38ddc..00c7ce7 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -1,4 +1,4 @@
all: Tcl.html
-Tcl.html: jim_man.txt
+Tcl.html: jim_tcl.txt
asciidoc -o $@ -d manpage $^ || cp Tcl.html.supplied $@