From baf447503abc5c4c936ff2f1a0f28a32a26f27e1 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Thu, 17 Feb 2000 01:46:22 +0000 Subject: Release 0.7 Wed Feb 16 19:55:05 2000 Owen Taylor * 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. --- examples/Makefile.am | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'examples') 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 + -- cgit v1.2.1