diff options
author | Owen Taylor <otaylor@redhat.com> | 2000-11-17 21:38:09 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-11-17 21:38:09 +0000 |
commit | ad9f543f410a0e7bbdbadafa42c75bc04ff2be58 (patch) | |
tree | e44ceefe43e4e9124fae628e7f674bdf7c45efb3 /tools | |
parent | 3fd281efc12ebd086618317c98521cb69287599b (diff) | |
download | pango-ad9f543f410a0e7bbdbadafa42c75bc04ff2be58.tar.gz |
Released 0.13PANGO_0_13
Fri Nov 17 16:12:34 2000 Owen Taylor <otaylor@redhat.com>
* Released 0.13
* NEWS: Updates for 0.13
Fri Nov 17 16:04:19 2000 Owen Taylor <otaylor@redhat.com>
* tools/Makefile.am (EXTRA_DIST): Add maps/tis-620
* Makefile.am (EXTRA_DIST): Added TODO.xml
* pango/Makefile.am (EXTRA_DIST): Add .def files
for Win32.
* examples/Makefile.am (EXTRA_DIST): Add a couple
of missing files.
* docs/Makefile.am (dist-hook): Add back accidentally
removed rule to distribute TEXT/*.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile.am | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index bdf8f083..d43cf4a6 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -1,7 +1,8 @@ ## Process this file with automake to create Makefile.in. -EXTRA_DIST= \ - add-copyright \ - compress-table.pl \ - make-table.sh \ - maps/README +EXTRA_DIST= \ + add-copyright \ + compress-table.pl \ + make-table.sh \ + maps/README \ + maps/tis-620 |