From: cuz Date: Sat, 10 Sep 2005 12:45:50 +0000 (+0000) Subject: Reversed the test for sgmltools because it doesn't work here X-Git-Tag: V2.12.0~211 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=6c497aa36e2da442eb42e66c3c2b40baeeb57336;p=cc65 Reversed the test for sgmltools because it doesn't work here git-svn-id: svn://svn.cc65.org/cc65/trunk@3636 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/make/gcc.mak b/make/gcc.mak index 8f85a9e6c..5c20373d7 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: - -@sgml2html > /dev/null 2>&1 && $(MAKE) -C doc html || echo 'SGML-Tools not installed, skipping docs' + -@$(MAKE) -C doc html # Some platforms cannot compile all of the sample and library-test programs. # So, these rules ignore errors.