From 6c497aa36e2da442eb42e66c3c2b40baeeb57336 Mon Sep 17 00:00:00 2001 From: cuz Date: Sat, 10 Sep 2005 12:45:50 +0000 Subject: [PATCH] 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 --- make/gcc.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5