Version 1.3.7

Tue Sep  4 09:37:19 2001  Owen Taylor  <otaylor@redhat.com>

        * Version 1.3.7

        * configure.in docs/Makefile.am docs/gtk-config.1.in: Remove
        docs for gtk-config

        * modules/input/Makefile.am (install-data-local): Don't
        run gtk-query-immodules if DESTDIR is set.

        * NEWS: Various additions.
This commit is contained in:
Owen Taylor
2001-09-04 16:07:05 +00:00
committed by Owen Taylor
parent f4ab7aa5eb
commit c9b26b3dc6
65 changed files with 74529 additions and 16441 deletions

View File

@ -20,8 +20,8 @@ GTK+ requires the following packages:
Simple install procedure
========================
% gzip -cd gtk+-1.3.6.tar.gz | tar xvf - # unpack the sources
% cd gtk+-1.3.6 # change to the toplevel directory
% gzip -cd gtk+-1.3.7.tar.gz | tar xvf - # unpack the sources
% cd gtk+-1.3.7 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GTK
[ Become root if necessary ]