mirror of
https://repo.or.cz/socat.git
synced 2025-07-22 02:22:57 +00:00
Allow build from sub dir
This commit is contained in:
parent
39a8a26fae
commit
d6e5de4f93
2 changed files with 8 additions and 2 deletions
|
@ -100,10 +100,11 @@ docclean:
|
|||
rm -f doc/socat.1 doc/socat.html
|
||||
|
||||
doc/socat.1: doc/socat.yo
|
||||
yodl2man -o $@ $+
|
||||
mkdir -p $(@D); yodl2man -o $@ $+
|
||||
|
||||
doc/socat.html: doc/socat.yo
|
||||
cd doc; yodl2html -o socat.html socat.yo; cd ..
|
||||
# care for refs in html
|
||||
mkdir -p $(@D); cd $(@D); yodl2html -o socat.html ../$+; cd ..
|
||||
|
||||
progs: $(PROGS)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue