mirror of
https://repo.or.cz/socat.git
synced 2025-07-19 09:22:57 +00:00
Missing Yodl packages does not break build process
This commit is contained in:
parent
d1d8f8f5e0
commit
cb03d2f075
2 changed files with 7 additions and 3 deletions
|
@ -100,11 +100,11 @@ docclean:
|
|||
rm -f doc/socat.1 doc/socat.html
|
||||
|
||||
doc/socat.1: doc/socat.yo
|
||||
mkdir -p $(@D); yodl2man -o $@ $+
|
||||
-mkdir -p $(@D); yodl2man -o $@ $+
|
||||
|
||||
doc/socat.html: doc/socat.yo
|
||||
# care for refs in html
|
||||
mkdir -p $(@D); cd $(@D); yodl2html -o socat.html ../$+; cd ..
|
||||
-mkdir -p $(@D); cd $(@D); yodl2html -o socat.html ../$+; cd ..
|
||||
|
||||
progs: $(PROGS)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue