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:
parent
b819572f5e
commit
2b3afcf425
5 changed files with 27 additions and 5564 deletions
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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue