mirror of
https://github.com/moparisthebest/socat
synced 2024-12-21 22:48:48 -05:00
derive doc from doc/socat.yo
This commit is contained in:
parent
b819572f5e
commit
2b3afcf425
3
CHANGES
3
CHANGES
@ -1,4 +1,7 @@
|
||||
|
||||
new features:
|
||||
docu source doc/socat.yo released
|
||||
|
||||
####################### V 1.6.0.0:
|
||||
|
||||
new features:
|
||||
|
13
Makefile.in
13
Makefile.in
@ -81,7 +81,18 @@ OSFILES = Config/Makefile.Linux-2-6-16 Config/config.Linux-2-6-16.h \
|
||||
Config/Makefile.Tru64-5-1B Config/config.Tru64-5-1B.h
|
||||
|
||||
|
||||
all: progs
|
||||
all: progs doc
|
||||
|
||||
doc: doc/socat.1 doc/socat.html
|
||||
|
||||
docclean:
|
||||
rm -f doc/socat.1 doc/socat.html
|
||||
|
||||
doc/socat.1: doc/socat.yo
|
||||
yodl2man -o $@ $+
|
||||
|
||||
doc/socat.html: doc/socat.yo
|
||||
yodl2html -o $@ $+
|
||||
|
||||
progs: $(PROGS)
|
||||
|
||||
|
12
README
12
README
@ -225,6 +225,18 @@ doc/socat-multicast.html is a short tutorial for multicast and broadcast
|
||||
communications.
|
||||
doc/socat-tun shows how to build a virtual network between two hosts.
|
||||
|
||||
socat.1 and socat.html can be generated from socat.yo (which is released with
|
||||
socat 1.6.1 and later) using the yodl document language package. Maintenance
|
||||
of yodl had been discontinued by its author
|
||||
(http://www.xs4all.nl/~jantien/yodl/) (there seems to be a revival at
|
||||
http://yodl.sourceforge.net/ though). For socat, the old version 1.31 is used;
|
||||
an rpm is still distributed with recent OpenSuSE versions (confirmed for
|
||||
OpenSuSE 10.1 in suse/i586/yodl-1.31.18-1142.i586.rpm). It appears to install
|
||||
smoothly also under RedHat Linux. After yodl 1.31 installation, the following
|
||||
correction must be performed in /usr/share/yodl/shared.yo in two places:
|
||||
< whenhtml(htmlcommand(<!)ARG1+htmlcommand(>)))
|
||||
> whenhtml(htmlcommand(<!--)ARG1+htmlcommand(-->)))
|
||||
|
||||
|
||||
license
|
||||
-------
|
||||
|
2877
doc/socat.1
2877
doc/socat.1
File diff suppressed because it is too large
Load Diff
2686
doc/socat.html
2686
doc/socat.html
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user