mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Updated doc header files for new gnustep-make rules; build documentation
only if doc=yes git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@11987 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
699f272f75
commit
f3110987d7
1 changed files with 5 additions and 1 deletions
|
@ -411,9 +411,9 @@ libgnustep-base_HEADER_FILES = $(FOUNDATION_HEADERS)
|
|||
|
||||
DOCUMENT_NAME = Base
|
||||
|
||||
Base_HEADER_FILES_DIR = $(HEADER_DIR)
|
||||
Base_AGSDOC_FILES = Base.gsdoc $(AUTOGSDOC_HEADERS)
|
||||
Base_AGSDOC_FLAGS = \
|
||||
-HeaderDirectory ../Headers/Foundation \
|
||||
-Declared Foundation \
|
||||
-Standards YES \
|
||||
-Up Base
|
||||
|
@ -424,6 +424,10 @@ Base_AGSDOC_FLAGS = \
|
|||
|
||||
include $(GNUSTEP_MAKEFILES)/library.make
|
||||
include $(GNUSTEP_MAKEFILES)/bundle.make
|
||||
|
||||
# Only build the doc if doc=yes was passed on the command line
|
||||
ifeq ($(doc),yes)
|
||||
include $(GNUSTEP_MAKEFILES)/documentation.make
|
||||
endif
|
||||
|
||||
-include Makefile.postamble
|
||||
|
|
Loading…
Reference in a new issue