mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 08:41:03 +00:00
Add kvm config. Update docs
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19410 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2250683c03
commit
1fa2e815b7
12 changed files with 1499 additions and 2538 deletions
|
@ -25,6 +25,7 @@
|
|||
MAKEFILE_NAME = DocMakefile
|
||||
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
include ../config.mak
|
||||
|
||||
DOCUMENT_NAME = Base BaseAdditions
|
||||
|
||||
|
@ -122,6 +123,7 @@ GCObject.h \
|
|||
# directory.
|
||||
#
|
||||
Base_AGSDOC_FLAGS = \
|
||||
-MakeFrames YES \
|
||||
-DocumentationDirectory ../Documentation/Base \
|
||||
-HeaderDirectory ../Headers/Foundation \
|
||||
-Declared Foundation \
|
||||
|
@ -142,6 +144,7 @@ Base_AGSDOC_FLAGS = \
|
|||
}' -Up Base
|
||||
|
||||
BaseAdditions_AGSDOC_FLAGS = \
|
||||
-MakeFrames YES \
|
||||
-DocumentationDirectory ../Documentation/BaseAdditions \
|
||||
-HeaderDirectory ../Headers/Additions/GNUstepBase \
|
||||
-Declared GNUstepBase \
|
||||
|
@ -163,6 +166,9 @@ BaseAdditions_AGSDOC_FLAGS = \
|
|||
# Use local version of autogsdoc in case it is not installed
|
||||
AUTOGSDOC=../Tools/obj/autogsdoc
|
||||
|
||||
# Fool make into thinking we are installed even if we are not
|
||||
BASE_MAKE_LOADED=yes
|
||||
|
||||
include $(GNUSTEP_MAKEFILES)/documentation.make
|
||||
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue