diff options
author | P. J. McDermott <pjm@nac.net> | 2013-09-18 22:51:48 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-09-18 22:52:23 (EDT) |
commit | 9a756a0da11d72d2ff46059f00e2cebdfdf18ff0 (patch) | |
tree | d5135725337c065595e268f912ce7c66b41f6285 | |
parent | 7457b74e7ce067611691b4b9b25858d6864f9b53 (diff) |
build: Add TODO note about manual pages.
-rwxr-xr-x | build | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |