mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-03 13:21:00 +00:00
Backport document updates
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/branches/stable@25012 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1067f313eb
commit
f8f22f6ee8
4 changed files with 14 additions and 16 deletions
|
@ -1,5 +1,10 @@
|
||||||
2007-04-12 Adam Fedor <fedor@gnu.org>
|
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
|
* gnustep-base.spec.in, Documentation/install.texi: Document
|
||||||
that gnustep-make 2.0.0 is required.
|
that gnustep-make 2.0.0 is required.
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,10 @@
|
||||||
|
|
||||||
@ifinfo
|
@ifinfo
|
||||||
@format
|
@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 format
|
||||||
@end ifinfo
|
@end ifinfo
|
||||||
|
|
||||||
|
|
|
@ -7,8 +7,9 @@
|
||||||
|
|
||||||
@ifinfo
|
@ifinfo
|
||||||
@format
|
@format
|
||||||
|
INFO-DIR-SECTION GNUstep
|
||||||
START-INFO-DIR-ENTRY
|
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-INFO-DIR-ENTRY
|
||||||
@end format
|
@end format
|
||||||
@end ifinfo
|
@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++
|
* Objective-C Java and C++:: Comparison between Objective-C, Java, and C++
|
||||||
* Java and Guile:: Programming GNUstep in Java and Guile
|
* Java and Guile:: Programming GNUstep in Java and Guile
|
||||||
* Compliance to Standards:: GNUstep and the OpenStep and Mac OS X APIs
|
* Compliance to Standards:: GNUstep and the OpenStep and Mac OS X APIs
|
||||||
|
* Make:: Using the Package to build GNUstep "Objects"
|
||||||
@end menu
|
@end menu
|
||||||
@c **end Top node and master menu
|
@c **end Top node and master menu
|
||||||
@end ifinfo
|
@end ifinfo
|
||||||
|
@ -133,6 +135,8 @@ into another language, under the above conditions for modified versions.
|
||||||
@c Appendix E: GNUstep Compliance to Standards
|
@c Appendix E: GNUstep Compliance to Standards
|
||||||
@include Compliance.texi
|
@include Compliance.texi
|
||||||
|
|
||||||
|
@c Appendix F: Using the GNUstep Make Package
|
||||||
|
@include GNUstepMake.texi
|
||||||
|
|
||||||
@unnumbered Concept Index
|
@unnumbered Concept Index
|
||||||
@printindex cp
|
@printindex cp
|
||||||
|
|
|
@ -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.
|
|
Loading…
Reference in a new issue