added some info about man2html, and did a minor makefile cleanup

This commit is contained in:
Devin Reade 2012-09-06 23:51:02 -06:00
parent fa63840adf
commit a47a656820
2 changed files with 10 additions and 7 deletions

View File

@ -35,14 +35,8 @@ include $(SRCROOT)/etc/rules.mk
buildLocal:: manBuild
# We do a straight copy on these ones.
#$(WEB_HOME)/%.html: %.html
# install -m644 $< $@
manBuild: manSetup
manBuild:
@GNOROOT="$(GNO_SOURCE)" MANHTML="$(WEB_HOME)" NAME="$(NAME)" \
ADDR="$(ADDRESS)" MKSO="$(MKSO)" \
./mkhtmlman
# HTMLROOT="$(HTML_ROOT)"
manSetup:

9
man/README Normal file
View File

@ -0,0 +1,9 @@
The man2html script included here is the original one used for
this purpose from the late 1990's. As of September 2012, it's
home is at:
http://dcssrv1.oit.uci.edu/indiv/ehood/man2html.html
If you can't find it at the above link, do a websearch for man2html
by Earl Hood. (The version that currently ships with RHEL6 is a
different and incompatible implementation.)