mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-05-30 08:51:08 +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
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.7//EN" "http://www.gnustep.org/gsdoc-0_6_7.xml">
|
||||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 1.0.1//EN" "http://www.gnustep.org/gsdoc-1_0_1.dtd">
|
||||
<gsdoc base="index">
|
||||
<head>
|
||||
<title>GDL2 Control</title>
|
||||
|
@ -9,6 +9,9 @@
|
|||
<author name="Manuel Guesdon">
|
||||
<email address="mguesdon@orange-concept.com"/>
|
||||
<url url="http://www.gnustep.org/developers/whoiswho.html"/></author>
|
||||
<author name="David Ayers">
|
||||
<email address="d.ayers@inode.at"/>
|
||||
<url url="http://www.gnustep.org/developers/whoiswho.html"/></author>
|
||||
</head>
|
||||
<body>
|
||||
<chapter>
|
|
@ -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