install a link to the gimp(1) man-page for gimp-console(1).
2005-04-06 Sven Neumann <sven@gimp.org> * docs/Makefile.am: install a link to the gimp(1) man-page for gimp-console(1). * docs/gimp.1.in: mention gimp-console.
This commit is contained in:
parent
e1b5332a56
commit
36cd5f04c4
4 changed files with 33 additions and 9 deletions
|
|
@ -1,3 +1,10 @@
|
|||
2005-04-06 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* docs/Makefile.am: install a link to the gimp(1) man-page for
|
||||
gimp-console(1).
|
||||
|
||||
* docs/gimp.1.in: mention gimp-console.
|
||||
|
||||
2005-04-06 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/main.c: improved "--help" output.
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
default_binary_mans = \
|
||||
mans = \
|
||||
gimp-$(GIMP_APP_VERSION).1 \
|
||||
gimprc-$(GIMP_APP_VERSION).5 \
|
||||
gimp-remote-$(GIMP_APP_VERSION).1
|
||||
|
||||
man_MANS = \
|
||||
$(default_binary_mans) \
|
||||
$(mans) \
|
||||
gimptool-$(GIMP_TOOL_VERSION).1
|
||||
|
||||
EXTRA_DIST = \
|
||||
|
|
@ -18,7 +18,18 @@ EXTRA_DIST = \
|
|||
quick_reference.ps \
|
||||
quick_reference.tar.gz
|
||||
|
||||
|
||||
default_binary_mans = $(mans)
|
||||
if ENABLE_GIMP_CONSOLE
|
||||
default_binary_mans += gimp-console-$(GIMP_APP_VERSION).1
|
||||
endif
|
||||
|
||||
install-data-hook:
|
||||
if ENABLE_GIMP_CONSOLE
|
||||
cd $(DESTDIR)$(mandir)/man1; \
|
||||
rm -f gimp-console-$(GIMP_APP_VERSION).1; \
|
||||
ln -s gimp-$(GIMP_APP_VERSION).1 gimp-console-$(GIMP_APP_VERSION).1
|
||||
endif
|
||||
if DEFAULT_BINARY
|
||||
@list='$(default_binary_mans)'; \
|
||||
for i in $$list; do \
|
||||
|
|
@ -35,6 +46,9 @@ if DEFAULT_BINARY
|
|||
endif
|
||||
|
||||
uninstall-local:
|
||||
if ENABLE_GIMP_CONSOLE
|
||||
rm -f $(DESTDIR)$(mandir)/man1/gimp-console-$(GIMP_APP_VERSION).1
|
||||
endif
|
||||
if DEFAULT_BINARY
|
||||
@list='$(default_binary_mans)'; \
|
||||
for i in $$list; do \
|
||||
|
|
|
|||
|
|
@ -32,10 +32,13 @@ intelligent scissors, and select by color.
|
|||
.PP
|
||||
GIMP offers a variety of plugins that perform a variety of image
|
||||
manipulations. Examples include bumpmap, edge detect, gaussian blur,
|
||||
and many others.
|
||||
and many others. In addition, GIMP has several scripting extension
|
||||
which allow for advanced non-interactive processing and creation of
|
||||
images.
|
||||
.PP
|
||||
In addition, GIMP has several scripting extension which allow for
|
||||
advanced non-interactive processing and creation of images.
|
||||
GIMP ships with a second binary called \fIgimp-console\fP. This binary
|
||||
is a console-only version and behaves as if \fIgimp\fP was called with
|
||||
the \-\-no\-interface command\-line option.
|
||||
|
||||
|
||||
.SH OPTIONS
|
||||
|
|
@ -43,13 +46,13 @@ advanced non-interactive processing and creation of images.
|
|||
The \fIgimp\fP accepts the following options:
|
||||
.TP 8
|
||||
.B \-h, \-\-help
|
||||
Show GIMP commandline options.
|
||||
Show GIMP command\-line options.
|
||||
.TP 8
|
||||
.B \-\-help\-all
|
||||
Show all commandline options.
|
||||
Show all command\-line options.
|
||||
.TP 8
|
||||
.B \-\-help-gtk
|
||||
Show GTK+ commandline options.
|
||||
Show GTK+ command\-line options.
|
||||
.TP 8
|
||||
.B \-v, \-\-version
|
||||
Output the version info.
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
|
||||
2005-04-01 Steve Murphy <murf@e-tools.com>
|
||||
|
||||
* rw.po: Added Kinyarwanda translation.
|
||||
* rw.po: Added Kinyarwanda translation.
|
||||
|
||||
2005-04-01 Sven Neumann <sven@gimp.org>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue