summaryrefslogtreecommitdiffstats
path: root/unix/installManPage
Commit message (Collapse)AuthorAgeFilesLines
* Backport some code cleanup from 8.7/9.0. Fix indentingjan.nijtmans2024-06-181-2/+2
|
* Make installManPage more robust against newlines. Backported from 8.7jan.nijtmans2024-06-101-14/+29
|
* deprecate TCL_EXPORT_FILE_SUFFIX: no longer needed. Fix some path handling ↵jan.nijtmans2023-08-021-4/+5
| | | | containing spaces
* Fix [5a15a88490]: Checkin [1f6f21856b] quoting broke unix/installManpagejan.nijtmans2020-12-241-1/+1
|\
| * correct quoting in unix/installManPage, so $Dir can contain spacesjan.nijtmans2020-12-241-7/+7
| |
* | Add "make dist" target to Travis build, as regression test. This should ↵jan.nijtmans2020-06-261-1/+1
| | | | | | | | continue to work.
* | Introduce MODULE_INSTALL_DIR in make/nmake files, for compiling Tcl. Less ↵jan.nijtmans2020-04-101-6/+6
| | | | | | | | | | use of ".." in the makefiles. Adapt all makefiles (unix/win) such that they can handle spaces in LIB_INSTALL_DIR/SCRIPT_INSTALL_DIR/MODULE_INSTALL_DIR, just by adding double-quotes in appropriate places.
* | Merge 8.5jan.nijtmans2019-10-311-1/+1
|\ \ | |/
| * More patches from Debianjan.nijtmans2019-10-311-1/+1
| |
* | Fix [https://core.tcl-lang.org/tk/tktview/056f9e85dc|056f9e85dc]: debian patchesjan.nijtmans2019-10-311-0/+8
|\ \ | |/
| * Fix [https://core.tcl-lang.org/tk/tktview/056f9e85dc|056f9e85dc]: debian patchesjan.nijtmans2019-10-311-0/+8
| |
| * (cherry-pick) [c30087b04f] Install man pages with permissions 644 instead of ↵jan.nijtmans2016-06-261-1/+1
| | | | | | | | 444.
| * Added missing quotingdkf2010-02-221-1/+1
| |
| * [Bug 2954638]: Correct behaviour of manual page installer. Also added armouringdkf2010-02-191-27/+76
| | | | | | | | | | to check that assumptions about the initial state are actually valid (e.g., look for existing input file).
* | (cherry-pick) [c30087b04f] Install man pages with permissions 644 instead of ↵jan.nijtmans2016-06-261-1/+1
| | | | | | | | 444.
* | Remap non-alphanumeric sequences in manpage filenames to single underscores.dkf2010-02-261-3/+4
| |
* | Added missing quotingdkf2010-02-221-1/+1
| |
* | [Bug 2954638]: Correct behaviour of manual page installer. Also added armouringdkf2010-02-191-27/+76
|/ | | | | to check that assumptions about the initial state are actually valid (e.g., look for existing input file).
* * 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