Documentation updates

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@25011 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 2007-04-13 02:24:48 +00:00
parent ab606af5c3
commit 97ff7113f3
4 changed files with 14 additions and 16 deletions

View file

@ -1,5 +1,10 @@
2007-04-12 Adam Fedor <fedor@gnu.org>
* Documentation/coding-standards.texi: Add info section
* Documentation/manual/manual.texi: Likewise (patch from
Marco Bardelli).
* gnustep-base-debug.spec.in: Remove
* gnustep-base.spec.in, Documentation/install.texi: Document
that gnustep-make 2.0.0 is required.

View file

@ -4,7 +4,10 @@
@ifinfo
@format
* Coding: (coding). Coding Standards for GNUstep Libraries
INFO-DIR-SECTION GNUstep
START-INFO-DIR-ENTRY
* Coding: (coding-standards). Coding Standards for GNUstep Libraries
END-INFO-DIR-ENTRY
@end format
@end ifinfo

View file

@ -7,8 +7,9 @@
@ifinfo
@format
INFO-DIR-SECTION GNUstep
START-INFO-DIR-ENTRY
* GNUstepBase: Objective C Language and GNUstep Base Library
* GNUstepBase: (manual). Objective C Language and GNUstep Base Library
END-INFO-DIR-ENTRY
@end format
@end ifinfo
@ -88,6 +89,7 @@ into another language, under the above conditions for modified versions.
* Objective-C Java and C++:: Comparison between Objective-C, Java, and C++
* Java and Guile:: Programming GNUstep in Java and Guile
* Compliance to Standards:: GNUstep and the OpenStep and Mac OS X APIs
* Make:: Using the Package to build GNUstep "Objects"
@end menu
@c **end Top node and master menu
@end ifinfo
@ -133,6 +135,8 @@ into another language, under the above conditions for modified versions.
@c Appendix E: GNUstep Compliance to Standards
@include Compliance.texi
@c Appendix F: Using the GNUstep Make Package
@include GNUstepMake.texi
@unnumbered Concept Index
@printindex cp

View file

@ -1,14 +0,0 @@
Release: 1
Source: ftp://ftp.gnustep.org/pub/gnustep/core/%{gs_name}-%{gs_version}.tar.gz
Copyright: GPL
Group: Development/Libraries
Summary: GNUstep Base library package - debugging version
Packager: Adam Fedor <fedor@gnu.org>
Vendor: The GNUstep Project
URL: http://www.gnustep.org/
Requires: gnustep-make >= 0.9.0
%description
This package contains the debuggable version of the GNUstep Base
Library. You probably only need it if you want to compile debuggable
GNUstep programs.