From d2eda614f3cd8cf7d4634d9588837587cd84f608 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Fri, 20 Sep 2013 12:13:50 -0400 Subject: build: Fix manual page name. --- 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. -- cgit v0.9.1