summaryrefslogtreecommitdiffstats
path: root/unix/installManPage
Commit message (Collapse)AuthorAgeFilesLines
* * unix/installManPage: There is always one even more brokenandreas_kupries2006-03-201-8/+8
| | | | | | | "sed". Moved the # comment starting character in the sed script to the beginning of their respective lines. The AIX sed will not recognize them as comments otherwise :( The actual text stays indented for better association with the commands they belong to.
* * library/tm.tcl (::tcl::tm::Defaults): Fixed handling ofandreas_kupries2006-03-141-1/+1
| | | | | environment variable TCLX.y_TM_PATH, bad variable reference. See [SF Tcl Bug 1448251]. Thanks to Julian Noble.
* * unix/installManPage: Fix the script for manpages that havermax2006-03-011-18/+18
| | | | | quotes around the .SH arguments, as doctools produces them (Bug#1292145). Some minor cleanups and improvements.
* Classic sed doesn't support | in REs.rmax2004-11-191-2/+5
|
* some seds don't support comments :(rmax2004-11-181-8/+21
|
* 2004-11-18 Reinhard Max <max@suse.de>rmax2004-11-181-0/+51
* unix/tcl.m4 (SC_CONFIG_MANPAGES): Applied an improved version of * unix/configure.in: patch #996085, that introduces * unix/Makefile.in: --enable-man-suffix. * unix/installManPage: added * unix/mkLinks.tcl: removed * unix/mkLinks: removed