From cb03d2f075e01310de8741ebc4f9e8809ff55ef6 Mon Sep 17 00:00:00 2001 From: Gerhard Rieger Date: Thu, 15 Sep 2022 11:01:32 +0200 Subject: [PATCH] Missing Yodl packages does not break build process --- CHANGES | 6 +++++- Makefile.in | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 0bdc133..26a1b2f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,4 @@  -<<<<<<< HEAD Corrections: In error.c msg2() there was a stack overflow on long messages: The terminating \0 Byte was written behind the last position. @@ -77,6 +76,11 @@ Porting: Solaris derivatives no longer need librt for clock_gettime() Thanks to Andy Fiddaman to directing me to the patch. +Building: + Failure during building documentation, e.g. due to missing Yodl + packages, now does not let the build process fail. + Feature requested by Seyhun. + Features: Filan prints target of symlink when appropriate Test: FILANSYMLINK diff --git a/Makefile.in b/Makefile.in index af96e23..7af5c95 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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)