diff --git a/man/GNUmakefile b/man/GNUmakefile index 3a8749c..0146efa 100644 --- a/man/GNUmakefile +++ b/man/GNUmakefile @@ -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: diff --git a/man/README b/man/README new file mode 100644 index 0000000..7593862 --- /dev/null +++ b/man/README @@ -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.) +