mirror of
https://github.com/GnoConsortium/gno-docs.git
synced 2025-01-18 04:30:15 +00:00
added some info about man2html, and did a minor makefile cleanup
This commit is contained in:
parent
fa63840adf
commit
a47a656820
@ -35,14 +35,8 @@ include $(SRCROOT)/etc/rules.mk
|
|||||||
|
|
||||||
buildLocal:: manBuild
|
buildLocal:: manBuild
|
||||||
|
|
||||||
# We do a straight copy on these ones.
|
manBuild:
|
||||||
#$(WEB_HOME)/%.html: %.html
|
|
||||||
# install -m644 $< $@
|
|
||||||
|
|
||||||
manBuild: manSetup
|
|
||||||
@GNOROOT="$(GNO_SOURCE)" MANHTML="$(WEB_HOME)" NAME="$(NAME)" \
|
@GNOROOT="$(GNO_SOURCE)" MANHTML="$(WEB_HOME)" NAME="$(NAME)" \
|
||||||
ADDR="$(ADDRESS)" MKSO="$(MKSO)" \
|
ADDR="$(ADDRESS)" MKSO="$(MKSO)" \
|
||||||
./mkhtmlman
|
./mkhtmlman
|
||||||
# HTMLROOT="$(HTML_ROOT)"
|
# HTMLROOT="$(HTML_ROOT)"
|
||||||
|
|
||||||
manSetup:
|
|
||||||
|
9
man/README
Normal file
9
man/README
Normal 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.)
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user