mirror of https://github.com/GNOME/gimp.git
Issue 5870: add reference to GNU documentation in INSTALL.
We are not going to duplicate the whole autotools documentation. Let's rather just state we follow the GNU build standards, hence refer to relevant documentation with a link.
This commit is contained in:
parent
3e35fe4d80
commit
60f1095d4b
11
INSTALL.in
11
INSTALL.in
|
@ -551,3 +551,14 @@ Makefile(s), the header file containing system-dependent definitions
|
||||||
The file `configure.ac' is used as a template to create `configure' by
|
The file `configure.ac' is used as a template to create `configure' by
|
||||||
a program called `autoconf'. You will only need it if you want to
|
a program called `autoconf'. You will only need it if you want to
|
||||||
regenerate `configure' using a newer version of `autoconf'.
|
regenerate `configure' using a newer version of `autoconf'.
|
||||||
|
|
||||||
|
More autotools commands
|
||||||
|
=======================
|
||||||
|
|
||||||
|
GIMP uses the autotools build system which follows the GNU coding
|
||||||
|
standards. In particular all usual standard targets are obviously
|
||||||
|
supported (e.g. `make uninstall` for uninstalling) as well as common
|
||||||
|
variables and options, cross-compilation host and target, etc.
|
||||||
|
|
||||||
|
If you wish to know more, please refer to GNU documentation:
|
||||||
|
https://www.gnu.org/prep/standards/html_node/Managing-Releases.html
|
||||||
|
|
Loading…
Reference in New Issue