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 /examples | |
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 'examples')
-rw-r--r-- | examples/.cvsignore | 1 | ||||
-rw-r--r-- | examples/Makefile.am | 5 |
2 files changed, 5 insertions, 1 deletions
diff --git a/examples/.cvsignore b/examples/.cvsignore index aa19118b..034dc39f 100644 --- a/examples/.cvsignore +++ b/examples/.cvsignore @@ -1,5 +1,6 @@ Makefile.in Makefile +makefile.mingw pango.modules pango-viewer moc_viewer-qt.cc diff --git a/examples/Makefile.am b/examples/Makefile.am index ce523e55..7cc94ff6 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -40,8 +40,11 @@ EXTRA_DIST= \ makefile.mingw \ makefile.mingw.in \ HELLO.utf8 \ + dev-example.utf \ muru.utf \ - pangox.aliases + pangorc \ + pangox.aliases \ + pangowin32.aliases alias_DATA = pangox.aliases |