Better check for sgml2html
git-svn-id: svn://svn.cc65.org/cc65/trunk@3644 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
9e06c88865
commit
3b582a138c
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue