summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-09-20 12:13:50 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-09-20 12:13:50 (EDT)
commitd2eda614f3cd8cf7d4634d9588837587cd84f608 (patch)
tree26156b99ff92496f0a1628876513279f1d4aa056
parent3ced86058047bd95d22e3458ce99d7a1ff2590e9 (diff)
build: Fix manual page name.
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index fa1ca7c..bda29f6 100755
--- a/build
+++ b/build
@@ -48,7 +48,7 @@ install: build
dest/usr/include/$(OPK_SOURCE)/tcl-private/$${dir}; \
done
# Rename tclsh.1.
- mv dest/usr/share/man/man1/tclsh.1 dest/usr/share/man/man1/tclsh.$(V).1
+ mv dest/usr/share/man/man1/tclsh.1 dest/usr/share/man/man1/tclsh$(V).1
# TODO: Rename ".3" and ".n" manual pages to have a ".3tcl" extension.
# This requires some thought about handling links.
# Also change the .TH macros and cross references in the manual pages.