Fossil SCM
Fix incorrect build instruction at the top of mkindex.tcl.
Commit
4e89aee8f299678c12845b40a56ae9b65e885fb8
Parent
946ed34da3aa8b8…
1 file changed
+1
-1
+1
-1
| --- www/mkindex.tcl | ||
| +++ www/mkindex.tcl | ||
| @@ -1,11 +1,11 @@ | ||
| 1 | 1 | #!/bin/sh |
| 2 | 2 | # |
| 3 | 3 | # Run this TCL script to generate a WIKI page that contains a |
| 4 | 4 | # permuted index of the various documentation files. |
| 5 | 5 | # |
| 6 | -# tclsh mkindex.tcl >permutedindex.html | |
| 6 | +# tclsh mkindex.tcl | |
| 7 | 7 | # |
| 8 | 8 | |
| 9 | 9 | set doclist { |
| 10 | 10 | adding_code.wiki {Adding New Features To Fossil} |
| 11 | 11 | adding_code.wiki {Hacking Fossil} |
| 12 | 12 |
| --- www/mkindex.tcl | |
| +++ www/mkindex.tcl | |
| @@ -1,11 +1,11 @@ | |
| 1 | #!/bin/sh |
| 2 | # |
| 3 | # Run this TCL script to generate a WIKI page that contains a |
| 4 | # permuted index of the various documentation files. |
| 5 | # |
| 6 | # tclsh mkindex.tcl >permutedindex.html |
| 7 | # |
| 8 | |
| 9 | set doclist { |
| 10 | adding_code.wiki {Adding New Features To Fossil} |
| 11 | adding_code.wiki {Hacking Fossil} |
| 12 |
| --- www/mkindex.tcl | |
| +++ www/mkindex.tcl | |
| @@ -1,11 +1,11 @@ | |
| 1 | #!/bin/sh |
| 2 | # |
| 3 | # Run this TCL script to generate a WIKI page that contains a |
| 4 | # permuted index of the various documentation files. |
| 5 | # |
| 6 | # tclsh mkindex.tcl |
| 7 | # |
| 8 | |
| 9 | set doclist { |
| 10 | adding_code.wiki {Adding New Features To Fossil} |
| 11 | adding_code.wiki {Hacking Fossil} |
| 12 |