]> git.sur5r.net Git - cc65/commitdiff
Better check for sgml2html
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 12 Sep 2005 13:31:18 +0000 (13:31 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 12 Sep 2005 13:31:18 +0000 (13:31 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@3644 b7a2c559-68d2-44c3-8de9-860c34a00d81

make/gcc.mak

index 5c20373d77f4d39c760144768349a6bbf90dc3fb..73e52504ebf98355859022edb3d9ca0d15143c46 100644 (file)
@@ -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.