diff options
author | P. 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) |
commit | d2eda614f3cd8cf7d4634d9588837587cd84f608 (patch) | |
tree | 26156b99ff92496f0a1628876513279f1d4aa056 | |
parent | 3ced86058047bd95d22e3458ce99d7a1ff2590e9 (diff) |
build: Fix manual page name.
-rwxr-xr-x | build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |