1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-07-19 09:22:57 +00:00

derive doc from doc/socat.yo

This commit is contained in:
Gerhard Rieger 2008-01-28 20:33:15 +01:00
parent b819572f5e
commit 2b3afcf425
5 changed files with 27 additions and 5564 deletions

View file

@ -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)