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 /Makefile.am | |
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 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 84724247..00597543 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,7 +8,8 @@ EXTRA_DIST = \ pango.spec.in \ pango-config.in \ pango.pc.in \ - pangox.pc.in + pangox.pc.in \ + TODO.xml pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = pango.pc pangox.pc |