mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-05-31 01:11:16 +00:00
* GDL2.gsdoc: New file for documentation project.
* GNUmakefile: Build documentation project. * EOAccess/gdl2.gsdoc: Rename to ... * EOAccess/EOAccess.gsdoc: ... new name. * EOControl/gdl2control.gsdoc: Rename to ... * EOControl/EOControl.gsdoc: ... new name. * EOAccess/GNUmakefile: Update documentation project name. * EOControl/GNUmakefile: Ditto. * README: Remove reference to potentially obsolete name. * Tools/eomodeltemplate.gsdoc: Update encoding, DTD reference and minor reformatting. * Tools/gdl2gsdoc.gsdoc: Update DTD reference and add myself as coauthor. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@20280 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8a79e52c45
commit
332d49f7f2
10 changed files with 112 additions and 26 deletions
|
@ -96,24 +96,24 @@ EODeprecated.h \
|
|||
EOControl.h \
|
||||
|
||||
|
||||
gdl2control_AUTOGSDOC_HEADERS = $(libgnustep-db2control_HEADER_FILES)
|
||||
gdl2control_AUTOGSDOC_SOURCE = $(libgnustep-db2control_OBJC_FILES)
|
||||
DOCUMENT_NAME = gdl2control
|
||||
gdl2control_HEADER_FILES_DIR = $(HEADER_DIR)
|
||||
gdl2control_AGSDOC_FILES = gdl2control.gsdoc $(gdl2control_AUTOGSDOC_HEADERS)
|
||||
#$(gdl2control_AUTOGSDOC_SOURCE)
|
||||
gdl2control_AGSDOC_FLAGS = \
|
||||
-Declared Foundation \
|
||||
DOCUMENT_NAME = EOControl
|
||||
EOControl_AUTOGSDOC_HEADERS = $(libgnustep-db2control_HEADER_FILES)
|
||||
EOControl_AUTOGSDOC_SOURCE = $(libgnustep-db2control_OBJC_FILES)
|
||||
EOControl_HEADER_FILES_DIR = $(HEADER_DIR)
|
||||
EOControl_AGSDOC_FILES = EOControl.gsdoc $(EOControl_AUTOGSDOC_HEADERS)
|
||||
#$(EOControl_AUTOGSDOC_SOURCE)
|
||||
EOControl_AGSDOC_FLAGS = \
|
||||
-Declared EOControl \
|
||||
-Standards YES \
|
||||
-SystemProjects System \
|
||||
-Project gdl2control \
|
||||
-Project EOControl \
|
||||
-WordMap '{\
|
||||
FOUNDATION_EXPORT=extern;FOUNDATION_STATIC_INLINE="";\
|
||||
GS_GEOM_SCOPE=extern;GS_GEOM_ATTR="";\
|
||||
GS_EXPORT=extern;GS_DECLARE="";\
|
||||
GS_RANGE_SCOPE=extern;GS_RANGE_ATTR="";\
|
||||
GS_ZONE_SCOPE=extern;GS_ZONE_ATTR="";\
|
||||
}' -Up gdl2control
|
||||
}' -Up EOControl
|
||||
|
||||
-include Makefile.preamble
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue