]> git.sur5r.net Git - cc65/commitdiff
Reversed the test for sgmltools because it doesn't work here
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 10 Sep 2005 12:45:50 +0000 (12:45 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 10 Sep 2005 12:45:50 +0000 (12:45 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@3636 b7a2c559-68d2-44c3-8de9-860c34a00d81

make/gcc.mak

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