From 3b582a138cb595b827378bb1d5d7ecdd17c342e2 Mon Sep 17 00:00:00 2001 From: cuz Date: Mon, 12 Sep 2005 13:31:18 +0000 Subject: [PATCH] Better check for sgml2html git-svn-id: svn://svn.cc65.org/cc65/trunk@3644 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 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.