Updated documentation on PACKAGE_NAME and PACKAGE_VERSION

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@18963 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2004-03-30 01:17:41 +00:00
parent b8c97f4d56
commit 8ac554ba0c
2 changed files with 10 additions and 4 deletions

View file

@ -1,3 +1,8 @@
Tue Mar 30 02:01:59 2004 Nicola Pero <n.pero@mi.flashnet.it>
* Documentation/make.texi (PACKAGE_NAME, PACKAGE_VERSION): Updated
documentation.
Mon Mar 29 12:58:34 2004 Nicola Pero <n.pero@mi.flashnet.it>
* common.make (MAJOR_VERSION): Variable removed.

View file

@ -593,12 +593,13 @@ distributions.
cases this will be the same as the name of your project type. For
instance, if you are creating a application, and have set
@code{APP_NAME} to @samp{MyApplication}, Then set @code{PACKAGE_NAME} to
the same thing, or just use @code{PACKAGE_NAME=$(APP_NAME)}.
the same thing, or just use @code{PACKAGE_NAME=$(APP_NAME)}. if
@code{PACKAGE_NAME} is not set, it defaults to @code{unnamed-package}
@end defvr
@defvr {RPM} VERSION
Set @code{VERSION} to the release version number of your package. If not
set, it defaults to 1.0.0
@defvr {RPM} PACKAGE_VERSION
Set @code{PACKAGE_VERSION} to the release version number of your package. If not
set, it defaults to 0.0.1
@end defvr
@defvr {RPM} GNUSTEP_INSTALLATION_DIR