diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-01-30 04:54:06 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-01-30 04:54:06 +0000 |
commit | 4e8a284f8659eb86e5096311299a68025868e83f (patch) | |
tree | 43304d533cbedb20a8aaf0ff3575bb4703acc742 /docs/Makefile.am | |
parent | 5379f5fa97c8338344e0dabd792807f3095332a3 (diff) | |
download | gtk+-4e8a284f8659eb86e5096311299a68025868e83f.tar.gz |
1.3.13GTK_1_3_13
Tue Jan 29 22:52:36 2002 Owen Taylor <otaylor@redhat.com>
* 1.3.13
* configure.in: Micro version 13, interface, binary
age 0. Require GLIB-1.3.13, Pango 0.24.
* docs/Makefile.am (EXTRA_DIST): Add widget_geometry.txt,
sizing-test.txt, tree-column-sizing.txt
* docs/Makefile.am (EXTRA_DIST): Don't distribute
Changes-1.2.txt, Changes-2.0.txt, README.linux-fb,
since they are no longer canonical.
* gtk/gtk.def: Convert spaces to tabs in front of
gtk_widget_set_accel_path in case it matters.
* NEWS: Updated for 1.3.13.
Diffstat (limited to 'docs/Makefile.am')
-rw-r--r-- | docs/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am index 6e053b641c..da2d4a909a 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -3,18 +3,18 @@ SUBDIRS = tutorial faq reference EXTRA_DIST = \ - Changes-1.2.txt \ - Changes-2.0.txt \ debugging.txt \ defsformat.txt \ developers.txt \ dnd_internals.txt \ make-todo \ refcounting.txt \ + sizing-test.txt \ styles.txt \ text_widget.txt \ + tree-column-sizing.txt \ + widget_geometry.txt \ widget_system.txt \ generation.txt \ - README.linux-fb \ gtkdocs_fix |