From 9a756a0da11d72d2ff46059f00e2cebdfdf18ff0 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Wed, 18 Sep 2013 22:51:48 -0400 Subject: build: Add TODO note about manual pages. --- diff --git a/build b/build index d55b15d..f35382c 100755 --- a/build +++ b/build @@ -33,6 +33,9 @@ install: build dest/usr/include/$(OPK_SOURCE)/tcl-private/$${dir}; \ done 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. oh-fixperms oh-strip oh-installfiles -- cgit v0.9.1