From: cuz Date: Mon, 12 Sep 2005 13:31:18 +0000 (+0000) Subject: Better check for sgml2html X-Git-Tag: V2.12.0~205 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3b582a138cb595b827378bb1d5d7ecdd17c342e2;p=cc65 Better check for sgml2html git-svn-id: svn://svn.cc65.org/cc65/trunk@3644 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/make/gcc.mak b/make/gcc.mak index 5c20373d7..73e52504e 100644 --- a/make/gcc.mak +++ b/make/gcc.mak @@ -58,7 +58,7 @@ libs: # A host system might not have LinuxDoc Tools, so this rule ignores errors. docs: - -@$(MAKE) -C doc html + -@which sgml2html > /dev/null && $(MAKE) -C doc html || echo 'SGML-Tools not installed, skipping docs' # Some platforms cannot compile all of the sample and library-test programs. # So, these rules ignore errors.