mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
Don't fall over when autogsdoc is not present.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@11755 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7455bd35e5
commit
f545415fc4
1 changed files with 2 additions and 1 deletions
|
@ -194,8 +194,9 @@ internal-doc-all:: before-$(TARGET)-all \
|
|||
generate-autogsdoc \
|
||||
after-$(TARGET)-all
|
||||
|
||||
# If autogsdoc is not present, simply continue
|
||||
generate-autogsdoc:
|
||||
$(MKDIRS) $(INTERNAL_doc_NAME); \
|
||||
-$(MKDIRS) $(INTERNAL_doc_NAME); \
|
||||
autogsdoc $(INTERNAL_AGSDOCFLAGS) $(AGSDOC_FILES)
|
||||
|
||||
endif # AGSDOC_FILES
|
||||
|
|
Loading…
Reference in a new issue