mirror of https://github.com/GNOME/gimp.git
added comment how to handle version numbers when making releases so I
2001-08-29 Sven Neumann <sven@gimp.org> * configure.in: added comment how to handle version numbers when making releases so I don't get it wrong once again. Removed leftover GIMP_CONTRIBUTORS. * gimptool.1.in: removed this file. * docs/Makefile.am * docs/gimp.1.in: fixed stuff that was left after the removal of the GIMP_CONTRIBUTORS hack.
This commit is contained in:
parent
98410c35a9
commit
cb759c7e12
12
ChangeLog
12
ChangeLog
|
@ -1,3 +1,15 @@
|
|||
2001-08-29 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* configure.in: added comment how to handle version numbers when
|
||||
making releases so I don't get it wrong once again.
|
||||
Removed leftover GIMP_CONTRIBUTORS.
|
||||
|
||||
* gimptool.1.in: removed this file.
|
||||
|
||||
* docs/Makefile.am
|
||||
* docs/gimp.1.in: fixed stuff that was left after the removal of
|
||||
the GIMP_CONTRIBUTORS hack.
|
||||
|
||||
2001-08-29 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* configure.in: added -DG_DISABLE_DEPRECATED and
|
||||
|
|
12
configure.in
12
configure.in
|
@ -1,7 +1,15 @@
|
|||
dnl Process this file with autoconf to produce a configure script.
|
||||
AC_INIT(gimprc.in)
|
||||
|
||||
dnl Initialize automake stuff
|
||||
#
|
||||
# Making releases:
|
||||
# GIMP_MICRO_VERSION += 1;
|
||||
# GIMP_INTERFACE_AGE += 1;
|
||||
# GIMP_BINARY_AGE += 1;
|
||||
# if any functions have been added, set GIMP_INTERFACE_AGE to 0.
|
||||
# if backwards compatibility has been broken,
|
||||
# set GIMP_BINARY_AGE _and_ GIMP_INTERFACE_AGE to 0.
|
||||
#
|
||||
GIMP_MAJOR_VERSION=1
|
||||
GIMP_MINOR_VERSION=3
|
||||
GIMP_MICRO_VERSION=0
|
||||
|
@ -805,8 +813,6 @@ AC_SUBST(GTKXMHTML_CFLAGS)
|
|||
AC_SUBST(GTKXMHTML_LIBS)
|
||||
AC_SUBST(HTML_DIR)
|
||||
|
||||
AC_SUBST(GIMP_CONTRIBUTORS)
|
||||
|
||||
dnl easy way to skip the plug-in build
|
||||
GIMP_PLUGINS=plug-ins
|
||||
GIMP_MODULES=modules
|
||||
|
|
|
@ -270,8 +270,7 @@ Spencer Kimball and Peter Mattis.
|
|||
|
||||
With patches, fixes, plugins, extensions, scripts,
|
||||
translations, documentation, and more from lots
|
||||
and lots of people including but not limited to
|
||||
@GIMP_CONTRIBUTORS@
|
||||
and lots of people all over the world.
|
||||
|
||||
.SH "SEE ALSO"
|
||||
.BR gimprc (5),
|
||||
|
|
|
@ -270,8 +270,7 @@ Spencer Kimball and Peter Mattis.
|
|||
|
||||
With patches, fixes, plugins, extensions, scripts,
|
||||
translations, documentation, and more from lots
|
||||
and lots of people including but not limited to
|
||||
@GIMP_CONTRIBUTORS@
|
||||
and lots of people all over the world.
|
||||
|
||||
.SH "SEE ALSO"
|
||||
.BR gimprc (5),
|
||||
|
|
|
@ -1,228 +0,0 @@
|
|||
.TH GIMPTOOL 1 "26 June 2001" "Version @GIMP_VERSION@" "GIMP Manual Pages"
|
||||
.SH NAME
|
||||
gimptool - script to perform various Gimpy functions
|
||||
.SH SYNOPSIS
|
||||
.B gimptool
|
||||
[\-\-prefix\fI[=DIR]\fP] [\-\-exec\-prefix\fI[=DIR]\fP] [\-\-version]
|
||||
[\-\-help] [\-\-quiet] [\-\-silent] [\-n] [\-\-just-print] [\-\-dry-run] [\-\-recon]
|
||||
[\-\-bindir] [\-\-sbindir] [\-\-libexecdir] [\-\-datadir] [\-\-sysconfdir]
|
||||
[\-\-sharedstatedir] [\-\-localstatedir] [-\-libdir] [\-\-infodir] [\-\-mandir]
|
||||
[\-\-includedir] [\-\-gimpplugindir] [\-\-gimpdatadir]
|
||||
[\-\-libs] [\-\-libs-noui] [\-\-cflags] [\-\-cflags-noi] [\-\-build \fIplug\-in.c\fP]
|
||||
[\-\-build\-strip \fIplug\-in.c\fP] [\-\-install \fIplug\-in.c\fP]
|
||||
[\-\-install-strip \fIplug\-in.c\fP] [\-\-install-admin \fIplug-in.c\fP]
|
||||
[\-\-install\-bin \fIplug\-in\fP]
|
||||
[\-\-install\-admin\-strip \fIplug-in.c\fP] [\-\-install\-bin\-strip \fIplug\-in\fP]
|
||||
[\-\-\install\-admin\-bin \fIplug\-in\fP] [\-\-install\-script \fIscript.scm\fP]
|
||||
[\-\-\install\-admin\-script \fIscript.scm\fP]
|
||||
[\-\-uninstall\-bin \fIplug\-in\fP] [\-\-uninstall\-admin\-bin \fIplug\-in\fP]
|
||||
[\-\-uninstall\-script \fIscript.scm\fP] [\-\-uninstall\-admin\-script \fIscript.scm\fP]
|
||||
|
||||
|
||||
.SH DESCRIPTION
|
||||
.PP
|
||||
\fIgimptool\fP is a tool that can, among other things, build plug-ins
|
||||
or scripts and install them if they are distributed in one source file.
|
||||
.PP
|
||||
\fIgimptool\fP can also be used by programs that need to know what libraries
|
||||
and include-paths \fIGimp\fP was compiled with. This is especially useful
|
||||
in Makefiles.
|
||||
|
||||
.SH OPTIONS
|
||||
.l
|
||||
\fIgimptool\fP accepts the following options:
|
||||
.TP 8
|
||||
.B \-\-version
|
||||
Print the currently installed version of \fIGimp\fP on the standard output.
|
||||
.TP 8
|
||||
.B \-\-help
|
||||
Print out the help blurb, showing commonly used commandline options.
|
||||
.TP 8
|
||||
.B \-\-quiet
|
||||
Run quietly without echoing any of the build commands.
|
||||
.TP 8
|
||||
.B \-\-silent
|
||||
Run silently without echoing any of the build commands. Same as \-\-quiet.
|
||||
.TP 8
|
||||
.B \-n
|
||||
Test mode. Print the commands but dont actually execute them. Useful for
|
||||
making dry runs for testing.
|
||||
.TP 8
|
||||
.B \-\-just-print
|
||||
Test mode. Print the commands but dont actually execute them. Same as \-n.
|
||||
.TP 8
|
||||
.B \-\-dry-run
|
||||
Test mode. Print the commands but dont actually execute them. Same as \-n.
|
||||
.TP 8
|
||||
.B \-\-recon
|
||||
Test mode. Print the commands but dont actually execute them. Same as \-n.
|
||||
.TP 8
|
||||
.B \-\-bindir
|
||||
Outputs the bindir used to install the \fIGimp\fP.
|
||||
.TP 8
|
||||
.B \-\-sbindir
|
||||
Outputs the sbindir used to install the \fIGimp\fP.
|
||||
.TP 8
|
||||
.B \-\-libexecdir
|
||||
Outputs the libexecdir used to install the \fIGimp\fP.
|
||||
.TP 8
|
||||
.B \-\-datadir
|
||||
Outputs the datadir used to install the \fIGimp\fP.
|
||||
.TP 8
|
||||
.B \-\-sysconfdir
|
||||
Outputs the sysconfdir used to install the \fIGimp\fP.
|
||||
.TP 8
|
||||
.B \-\-sharedstatedir
|
||||
Outputs the sharedstatedir used to install the \fIGimp\fP.
|
||||
.TP 8
|
||||
.B \-\-localstatedir
|
||||
Outputs the localstatedir used to install the \fIGimp\fP.
|
||||
.TP 8
|
||||
.B \-\-libdir
|
||||
Outputs the libdir used to install the \fIGimp\fP.
|
||||
.TP 8
|
||||
.B \-\-infodir
|
||||
Outputs the infodir used to install the \fIGimp\fP.
|
||||
.TP 8
|
||||
.B \-\-mandir
|
||||
Outputs the mandir used to install the \fIGimp\fP.
|
||||
.TP 8
|
||||
.B \-\-includedir
|
||||
Outputs the includedir used to install the \fIGimp\fP.
|
||||
.TP 8
|
||||
.B \-\-gimpdatadir
|
||||
Outputs the actual directory where the \fIGimp\fP data files were installed.
|
||||
.TP 8
|
||||
.B \-\-gimpplugindir
|
||||
Outputs the actual directory where the \fIGimp\fP plugins were installed.
|
||||
.TP 8
|
||||
.B \-\-build \fIplug-in.c\fP
|
||||
Compile and link \fIplug-in.c\fP into a \fIGimp\fP plug-in.
|
||||
.TP 8
|
||||
.B \-\-build\-strip \fIplug-in.c\fP
|
||||
Compile,link, and strip \fIplug-in.c\fP into a \fIGimp\fP plug-in.
|
||||
.TP 8
|
||||
.B \-\-install \fIplug-in.c\fP
|
||||
Compile, link, and install \fIplug-in.c\fP into the user's personal \fIGimp\fP
|
||||
plug-in directory (\fB$HOME\fP/@gimpdir@/plug-ins)
|
||||
.TP 8
|
||||
.B \-\-install\-strip \fIplug-in.c\fP
|
||||
Compile, link,strip, and install \fIplug-in.c\fP into the user's personal \fIGimp\fP
|
||||
plug-in directory (\fB$HOME\fP/@gimpdir@/plug-ins)
|
||||
.TP 8
|
||||
.B \-\-install\-admin \fIplug-in.c\fP
|
||||
Compile, link, and install \fIplug-in.c\fP into the system-wide \fIGimp\fP
|
||||
plug-in directory (@gimpplugindir@/plug-ins)
|
||||
.TP 8
|
||||
.B \-\-install\-bin \fIplug-in\fP
|
||||
Install \fIplug-in\fP into the user's personal \fIGimp\fP
|
||||
plug-in directory (\fB$HOME\fP/@gimpdir@/plug-ins)
|
||||
.TP 8
|
||||
.B \-\-install\-admin\-bin \fIplug-in\fP
|
||||
Install \fIplug-in\fP into the system-wide \fIGimp\fP
|
||||
plug-in directory (@gimpplugindir@/plug-ins)
|
||||
.TP 8
|
||||
.B \-\-install\-bin\-strip \fIplug-in\fP
|
||||
Install stripped \fIplug-in\fP into the user's personal \fIGimp\fP
|
||||
plug-in directory (\fB$HOME\fP/@gimpdir@/plug-ins)
|
||||
.TP 8
|
||||
.B \-\-install\-admin\-bin\-strip \fIplug-in\fP
|
||||
Install stripped \fIplug-in\fP into the system-wide \fIGimp\fP
|
||||
plug-in directory (@gimpplugindir@/plug-ins)
|
||||
.TP 8
|
||||
.B \-\-install\-script \fIscript.scm\fP
|
||||
Install \fIscript.scm\fP into the user's personal \fIGimp\fP
|
||||
script directory (\fB$HOME\fP/@gimpdir@/scripts)
|
||||
.TP 8
|
||||
.B \-\-install\-admin\-script \fIscript.scm\fP
|
||||
Install \fIscript.scm\fP into the system-wide \fIGimp\fP
|
||||
script directory (@gimpdatadir@/scripts)
|
||||
.TP 8
|
||||
.B \-\-uninstall\-bin \fIplug-in\fP
|
||||
Uninstall \fIplug-in\fP from the user's personal \fIGimp\fP
|
||||
plug-in directory (\fB$HOME\fP/@gimpdir@/plug-ins)
|
||||
.TP 8
|
||||
.B \-\-uninstall\-admin\-bin \fIplug-in\fP
|
||||
Uninstall \fIplug-in\fP from the system-wide \fIGimp\fP
|
||||
plug-in directory (@gimpplugindir@/plug-ins)
|
||||
.TP 8
|
||||
.B \-\-uninstall\-script \fIscript.scm\fP
|
||||
Uninstall \fIscript.scm\fP from the user's personal \fIGimp\fP
|
||||
script directory (\fB$HOME\fP/@gimpdir@/scripts)
|
||||
.TP 8
|
||||
.B \-\-uninstall\-admin\-script \fIscript.scm\fP
|
||||
Uninstall \fIscript.scm\fP from the system-wide \fIGimp\fP
|
||||
script directory (@gimpdatadir@/scripts)
|
||||
.TP 8
|
||||
.B \-\-libs
|
||||
Print the linker flags that are necessary to link a \fIGimp\fP plug-in.
|
||||
.TP 8
|
||||
.B \-\-libs-noui
|
||||
Print the linker flags that are necessary to link a \fIGimp\fP plug-in, for
|
||||
plugins that do not require the GTK libs.
|
||||
.TP 8
|
||||
.B \-\-cflags
|
||||
Print the compiler flags that are necessary to compile a \fIGimp\fP plug-in.
|
||||
.TP 8
|
||||
.B \-\-clags-noui
|
||||
Print the compiler flags that are necessary to compile a \fIGimp\fP plug-in
|
||||
for plugins that do not require the GTK libs.
|
||||
.TP 8
|
||||
.B \-\-prefix=PREFIX
|
||||
If specified, use PREFIX instead of the installation prefix that \fIGimp\fP
|
||||
was built with when computing the output for the \-\-cflags and
|
||||
\-\-libs options. This option is also used for the exec prefix
|
||||
if \-\-exec\-prefix was not specified. This option must be specified
|
||||
before any \-\-libs or \-\-cflags options.
|
||||
.TP 8
|
||||
.B \-\-exec\-prefix=PREFIX
|
||||
If specified, use PREFIX instead of the installation exec prefix that
|
||||
\fIGimp\fP was built with when computing the output for the \-\-cflags
|
||||
and \-\-libs options. This option must be specified before any
|
||||
\-\-libs or \-\-cflags options.
|
||||
|
||||
.SH ENVIRONMENT
|
||||
.PP
|
||||
.TP 8
|
||||
.B GTK_CONFIG
|
||||
to get the location of the gtk-config program.
|
||||
.TP 8
|
||||
.B CC
|
||||
to get the name of the desired C compiler.
|
||||
.TP 8
|
||||
.B CFLAGS
|
||||
to get the preferred flags to pass to the C compiler for plug-in building.
|
||||
.TP 8
|
||||
.B LDFLAGS
|
||||
to get the prefered flags for passing to the linker.
|
||||
.TP 8
|
||||
.B LIBS
|
||||
for passing extra libs that may be needed in the build process. For example,
|
||||
LIBS=-lintl .
|
||||
.TP 8
|
||||
.B GTK_CONFIG
|
||||
path to the gtk-config shell script used by gimptool and in the build
|
||||
process of many gtk apps.
|
||||
|
||||
.SH SEE ALSO
|
||||
.BR gimp (1),
|
||||
.BR gimprc (5),
|
||||
.BR gimp-remote (1),
|
||||
.BR gtk-config (1)
|
||||
|
||||
.SH AUTHORS
|
||||
gimptool was written by Manish Singh (yosh@gimp.org) and based on
|
||||
gtk-config by Owen Taylor (owen@gtk.org).
|
||||
|
||||
This man page was written by Ben Gertzfield (che@debian.org), and tweaked
|
||||
by Manish Singh (yosh@gimp.org), Adrian Likins (adrian@gimp.org) and Marc
|
||||
Lehmann (pcg@goof.com>).
|
||||
|
||||
.SH COPYRIGHT
|
||||
Copyright \(co 1998 Owen Taylor and Manish Singh
|
||||
|
||||
Permission to use, copy, modify, and distribute this software and its
|
||||
documentation for any purpose and without fee is hereby granted,
|
||||
provided that the above copyright notice appear in all copies and that
|
||||
both that copyright notice and this permission notice appear in
|
||||
supporting documentation.
|
228
gimptool.1.in
228
gimptool.1.in
|
@ -1,228 +0,0 @@
|
|||
.TH GIMPTOOL 1 "26 June 2001" "Version @GIMP_VERSION@" "GIMP Manual Pages"
|
||||
.SH NAME
|
||||
gimptool - script to perform various Gimpy functions
|
||||
.SH SYNOPSIS
|
||||
.B gimptool
|
||||
[\-\-prefix\fI[=DIR]\fP] [\-\-exec\-prefix\fI[=DIR]\fP] [\-\-version]
|
||||
[\-\-help] [\-\-quiet] [\-\-silent] [\-n] [\-\-just-print] [\-\-dry-run] [\-\-recon]
|
||||
[\-\-bindir] [\-\-sbindir] [\-\-libexecdir] [\-\-datadir] [\-\-sysconfdir]
|
||||
[\-\-sharedstatedir] [\-\-localstatedir] [-\-libdir] [\-\-infodir] [\-\-mandir]
|
||||
[\-\-includedir] [\-\-gimpplugindir] [\-\-gimpdatadir]
|
||||
[\-\-libs] [\-\-libs-noui] [\-\-cflags] [\-\-cflags-noi] [\-\-build \fIplug\-in.c\fP]
|
||||
[\-\-build\-strip \fIplug\-in.c\fP] [\-\-install \fIplug\-in.c\fP]
|
||||
[\-\-install-strip \fIplug\-in.c\fP] [\-\-install-admin \fIplug-in.c\fP]
|
||||
[\-\-install\-bin \fIplug\-in\fP]
|
||||
[\-\-install\-admin\-strip \fIplug-in.c\fP] [\-\-install\-bin\-strip \fIplug\-in\fP]
|
||||
[\-\-\install\-admin\-bin \fIplug\-in\fP] [\-\-install\-script \fIscript.scm\fP]
|
||||
[\-\-\install\-admin\-script \fIscript.scm\fP]
|
||||
[\-\-uninstall\-bin \fIplug\-in\fP] [\-\-uninstall\-admin\-bin \fIplug\-in\fP]
|
||||
[\-\-uninstall\-script \fIscript.scm\fP] [\-\-uninstall\-admin\-script \fIscript.scm\fP]
|
||||
|
||||
|
||||
.SH DESCRIPTION
|
||||
.PP
|
||||
\fIgimptool\fP is a tool that can, among other things, build plug-ins
|
||||
or scripts and install them if they are distributed in one source file.
|
||||
.PP
|
||||
\fIgimptool\fP can also be used by programs that need to know what libraries
|
||||
and include-paths \fIGimp\fP was compiled with. This is especially useful
|
||||
in Makefiles.
|
||||
|
||||
.SH OPTIONS
|
||||
.l
|
||||
\fIgimptool\fP accepts the following options:
|
||||
.TP 8
|
||||
.B \-\-version
|
||||
Print the currently installed version of \fIGimp\fP on the standard output.
|
||||
.TP 8
|
||||
.B \-\-help
|
||||
Print out the help blurb, showing commonly used commandline options.
|
||||
.TP 8
|
||||
.B \-\-quiet
|
||||
Run quietly without echoing any of the build commands.
|
||||
.TP 8
|
||||
.B \-\-silent
|
||||
Run silently without echoing any of the build commands. Same as \-\-quiet.
|
||||
.TP 8
|
||||
.B \-n
|
||||
Test mode. Print the commands but dont actually execute them. Useful for
|
||||
making dry runs for testing.
|
||||
.TP 8
|
||||
.B \-\-just-print
|
||||
Test mode. Print the commands but dont actually execute them. Same as \-n.
|
||||
.TP 8
|
||||
.B \-\-dry-run
|
||||
Test mode. Print the commands but dont actually execute them. Same as \-n.
|
||||
.TP 8
|
||||
.B \-\-recon
|
||||
Test mode. Print the commands but dont actually execute them. Same as \-n.
|
||||
.TP 8
|
||||
.B \-\-bindir
|
||||
Outputs the bindir used to install the \fIGimp\fP.
|
||||
.TP 8
|
||||
.B \-\-sbindir
|
||||
Outputs the sbindir used to install the \fIGimp\fP.
|
||||
.TP 8
|
||||
.B \-\-libexecdir
|
||||
Outputs the libexecdir used to install the \fIGimp\fP.
|
||||
.TP 8
|
||||
.B \-\-datadir
|
||||
Outputs the datadir used to install the \fIGimp\fP.
|
||||
.TP 8
|
||||
.B \-\-sysconfdir
|
||||
Outputs the sysconfdir used to install the \fIGimp\fP.
|
||||
.TP 8
|
||||
.B \-\-sharedstatedir
|
||||
Outputs the sharedstatedir used to install the \fIGimp\fP.
|
||||
.TP 8
|
||||
.B \-\-localstatedir
|
||||
Outputs the localstatedir used to install the \fIGimp\fP.
|
||||
.TP 8
|
||||
.B \-\-libdir
|
||||
Outputs the libdir used to install the \fIGimp\fP.
|
||||
.TP 8
|
||||
.B \-\-infodir
|
||||
Outputs the infodir used to install the \fIGimp\fP.
|
||||
.TP 8
|
||||
.B \-\-mandir
|
||||
Outputs the mandir used to install the \fIGimp\fP.
|
||||
.TP 8
|
||||
.B \-\-includedir
|
||||
Outputs the includedir used to install the \fIGimp\fP.
|
||||
.TP 8
|
||||
.B \-\-gimpdatadir
|
||||
Outputs the actual directory where the \fIGimp\fP data files were installed.
|
||||
.TP 8
|
||||
.B \-\-gimpplugindir
|
||||
Outputs the actual directory where the \fIGimp\fP plugins were installed.
|
||||
.TP 8
|
||||
.B \-\-build \fIplug-in.c\fP
|
||||
Compile and link \fIplug-in.c\fP into a \fIGimp\fP plug-in.
|
||||
.TP 8
|
||||
.B \-\-build\-strip \fIplug-in.c\fP
|
||||
Compile,link, and strip \fIplug-in.c\fP into a \fIGimp\fP plug-in.
|
||||
.TP 8
|
||||
.B \-\-install \fIplug-in.c\fP
|
||||
Compile, link, and install \fIplug-in.c\fP into the user's personal \fIGimp\fP
|
||||
plug-in directory (\fB$HOME\fP/@gimpdir@/plug-ins)
|
||||
.TP 8
|
||||
.B \-\-install\-strip \fIplug-in.c\fP
|
||||
Compile, link,strip, and install \fIplug-in.c\fP into the user's personal \fIGimp\fP
|
||||
plug-in directory (\fB$HOME\fP/@gimpdir@/plug-ins)
|
||||
.TP 8
|
||||
.B \-\-install\-admin \fIplug-in.c\fP
|
||||
Compile, link, and install \fIplug-in.c\fP into the system-wide \fIGimp\fP
|
||||
plug-in directory (@gimpplugindir@/plug-ins)
|
||||
.TP 8
|
||||
.B \-\-install\-bin \fIplug-in\fP
|
||||
Install \fIplug-in\fP into the user's personal \fIGimp\fP
|
||||
plug-in directory (\fB$HOME\fP/@gimpdir@/plug-ins)
|
||||
.TP 8
|
||||
.B \-\-install\-admin\-bin \fIplug-in\fP
|
||||
Install \fIplug-in\fP into the system-wide \fIGimp\fP
|
||||
plug-in directory (@gimpplugindir@/plug-ins)
|
||||
.TP 8
|
||||
.B \-\-install\-bin\-strip \fIplug-in\fP
|
||||
Install stripped \fIplug-in\fP into the user's personal \fIGimp\fP
|
||||
plug-in directory (\fB$HOME\fP/@gimpdir@/plug-ins)
|
||||
.TP 8
|
||||
.B \-\-install\-admin\-bin\-strip \fIplug-in\fP
|
||||
Install stripped \fIplug-in\fP into the system-wide \fIGimp\fP
|
||||
plug-in directory (@gimpplugindir@/plug-ins)
|
||||
.TP 8
|
||||
.B \-\-install\-script \fIscript.scm\fP
|
||||
Install \fIscript.scm\fP into the user's personal \fIGimp\fP
|
||||
script directory (\fB$HOME\fP/@gimpdir@/scripts)
|
||||
.TP 8
|
||||
.B \-\-install\-admin\-script \fIscript.scm\fP
|
||||
Install \fIscript.scm\fP into the system-wide \fIGimp\fP
|
||||
script directory (@gimpdatadir@/scripts)
|
||||
.TP 8
|
||||
.B \-\-uninstall\-bin \fIplug-in\fP
|
||||
Uninstall \fIplug-in\fP from the user's personal \fIGimp\fP
|
||||
plug-in directory (\fB$HOME\fP/@gimpdir@/plug-ins)
|
||||
.TP 8
|
||||
.B \-\-uninstall\-admin\-bin \fIplug-in\fP
|
||||
Uninstall \fIplug-in\fP from the system-wide \fIGimp\fP
|
||||
plug-in directory (@gimpplugindir@/plug-ins)
|
||||
.TP 8
|
||||
.B \-\-uninstall\-script \fIscript.scm\fP
|
||||
Uninstall \fIscript.scm\fP from the user's personal \fIGimp\fP
|
||||
script directory (\fB$HOME\fP/@gimpdir@/scripts)
|
||||
.TP 8
|
||||
.B \-\-uninstall\-admin\-script \fIscript.scm\fP
|
||||
Uninstall \fIscript.scm\fP from the system-wide \fIGimp\fP
|
||||
script directory (@gimpdatadir@/scripts)
|
||||
.TP 8
|
||||
.B \-\-libs
|
||||
Print the linker flags that are necessary to link a \fIGimp\fP plug-in.
|
||||
.TP 8
|
||||
.B \-\-libs-noui
|
||||
Print the linker flags that are necessary to link a \fIGimp\fP plug-in, for
|
||||
plugins that do not require the GTK libs.
|
||||
.TP 8
|
||||
.B \-\-cflags
|
||||
Print the compiler flags that are necessary to compile a \fIGimp\fP plug-in.
|
||||
.TP 8
|
||||
.B \-\-clags-noui
|
||||
Print the compiler flags that are necessary to compile a \fIGimp\fP plug-in
|
||||
for plugins that do not require the GTK libs.
|
||||
.TP 8
|
||||
.B \-\-prefix=PREFIX
|
||||
If specified, use PREFIX instead of the installation prefix that \fIGimp\fP
|
||||
was built with when computing the output for the \-\-cflags and
|
||||
\-\-libs options. This option is also used for the exec prefix
|
||||
if \-\-exec\-prefix was not specified. This option must be specified
|
||||
before any \-\-libs or \-\-cflags options.
|
||||
.TP 8
|
||||
.B \-\-exec\-prefix=PREFIX
|
||||
If specified, use PREFIX instead of the installation exec prefix that
|
||||
\fIGimp\fP was built with when computing the output for the \-\-cflags
|
||||
and \-\-libs options. This option must be specified before any
|
||||
\-\-libs or \-\-cflags options.
|
||||
|
||||
.SH ENVIRONMENT
|
||||
.PP
|
||||
.TP 8
|
||||
.B GTK_CONFIG
|
||||
to get the location of the gtk-config program.
|
||||
.TP 8
|
||||
.B CC
|
||||
to get the name of the desired C compiler.
|
||||
.TP 8
|
||||
.B CFLAGS
|
||||
to get the preferred flags to pass to the C compiler for plug-in building.
|
||||
.TP 8
|
||||
.B LDFLAGS
|
||||
to get the prefered flags for passing to the linker.
|
||||
.TP 8
|
||||
.B LIBS
|
||||
for passing extra libs that may be needed in the build process. For example,
|
||||
LIBS=-lintl .
|
||||
.TP 8
|
||||
.B GTK_CONFIG
|
||||
path to the gtk-config shell script used by gimptool and in the build
|
||||
process of many gtk apps.
|
||||
|
||||
.SH SEE ALSO
|
||||
.BR gimp (1),
|
||||
.BR gimprc (5),
|
||||
.BR gimp-remote (1),
|
||||
.BR gtk-config (1)
|
||||
|
||||
.SH AUTHORS
|
||||
gimptool was written by Manish Singh (yosh@gimp.org) and based on
|
||||
gtk-config by Owen Taylor (owen@gtk.org).
|
||||
|
||||
This man page was written by Ben Gertzfield (che@debian.org), and tweaked
|
||||
by Manish Singh (yosh@gimp.org), Adrian Likins (adrian@gimp.org) and Marc
|
||||
Lehmann (pcg@goof.com>).
|
||||
|
||||
.SH COPYRIGHT
|
||||
Copyright \(co 1998 Owen Taylor and Manish Singh
|
||||
|
||||
Permission to use, copy, modify, and distribute this software and its
|
||||
documentation for any purpose and without fee is hereby granted,
|
||||
provided that the above copyright notice appear in all copies and that
|
||||
both that copyright notice and this permission notice appear in
|
||||
supporting documentation.
|
Loading…
Reference in New Issue