mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Various documentation fixes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@14690 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1fb376c1d1
commit
3112e48e4f
6 changed files with 65 additions and 4 deletions
|
@ -76,6 +76,7 @@ NSNull.h \
|
|||
NSNumberFormatter.h \
|
||||
NSObjCRuntime.h \
|
||||
NSObject.h \
|
||||
NSPathUtilities.h \
|
||||
NSPort.h \
|
||||
NSPortCoder.h \
|
||||
NSPortMessage.h \
|
||||
|
@ -132,10 +133,20 @@ include $(GNUSTEP_MAKEFILES)/documentation.make
|
|||
# directory, and temporarily copy the base source file here for autogsdoc
|
||||
# to use.
|
||||
#
|
||||
before-all::
|
||||
$(MKDIRS) ../Documentation/Base
|
||||
before-all:: ../Documentation/Base \
|
||||
../Documentation/Base/Functions.gsdoc \
|
||||
../Documentation/Base/TypesAndConstants.gsdoc
|
||||
cp ../Documentation/Base.gsdoc .
|
||||
|
||||
../Documentation/Base:
|
||||
$(MKDIRS) ../Documentation/Base
|
||||
|
||||
../Documentation/Base/Functions.gsdoc: ../Documentation/Functions.gsdoc
|
||||
cp ../Documentation/Functions.gsdoc ../Documentation/Base
|
||||
|
||||
../Documentation/Base/TypesAndConstants.gsdoc: ../Documentation/TypesAndConstants.gsdoc
|
||||
cp ../Documentation/TypesAndConstants.gsdoc ../Documentation/Base
|
||||
|
||||
#
|
||||
# Clean up temporary files used while generating documentation.
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue