1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-01 08:29:37 +00:00

Better check for sgml2html

git-svn-id: svn://svn.cc65.org/cc65/trunk@3644 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2005-09-12 13:31:18 +00:00
parent 9e06c88865
commit 3b582a138c

View 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.