Restructure a bit the installation so that it matches more what upstream provides. Changelog: http://core.tcl.tk/tcl/timeline?from=f590914719&to=f1c99ff14c&sbs=1
11 lines
320 B
Text
11 lines
320 B
Text
--- unix/installManPage.orig 2017-04-20 14:47:01 UTC
|
|
+++ unix/installManPage
|
|
@@ -100,7 +100,7 @@ SrcDir=`dirname $ManPage`
|
|
|
|
First=""
|
|
for Target in $Names; do
|
|
- Target=$Target.$Section$Suffix
|
|
+ Target=$Target$Suffix.$Section
|
|
rm -f $Dir/$Target $Dir/$Target.*
|
|
if test -z "$First" ; then
|
|
First=$Target
|