1
0
Fork 0
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:
Gerhard Rieger 2022-01-08 21:27:56 +01:00
parent 39a8a26fae
commit d6e5de4f93
2 changed files with 8 additions and 2 deletions

View file

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