summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2000-02-17 01:46:22 +0000
committerOwen Taylor <otaylor@src.gnome.org>2000-02-17 01:46:22 +0000
commitbaf447503abc5c4c936ff2f1a0f28a32a26f27e1 (patch)
tree2de03d4e05d898b7b57349aad1a880b8bd97dd18 /examples
parent7f846326d416e9ab3eadca9f02b9a0129095f30b (diff)
downloadpango-baf447503abc5c4c936ff2f1a0f28a32a26f27e1.tar.gz
Release 0.7
Wed Feb 16 19:55:05 2000 Owen Taylor <otaylor@redhat.com> * configure.in: Release 0.7 * examples/Makefile.am (aliasdir): Install example pangox_aliases file. * examples/Makefile.am (bin_PROGRAMS): Install pango-viewer. * docs/tmpl/*: Updated templates.
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am8
1 files changed, 6 insertions, 2 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index cd9fb182..467ce4dc 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -1,6 +1,7 @@
## Process this file with automake to create Makefile.in.
-noinst_PROGRAMS = pango-viewer
+bin_PROGRAMS = pango-viewer
+aliasdir = $(sysconfdir)/pango
INCLUDES = -I$(top_srcdir)/libpango/
@@ -14,4 +15,7 @@ pango.modules:
( cd ../modules && \
../libpango/pango-querymodules `find . -name '*.so'` > ../examples/pango.modules )
-EXTRA_DIST=HELLO.utf8 muru.utf \ No newline at end of file
+EXTRA_DIST=HELLO.utf8 muru.utf pangox_aliases
+
+alias_DATA = pangox_aliases
+