summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2000-02-11 23:58:26 +0000
committerOwen Taylor <otaylor@src.gnome.org>2000-02-11 23:58:26 +0000
commit9f25cf7661d0ec0e1c987c1d4b1d6264e4d63c50 (patch)
tree4c5c58eaa2302ac5cb347e7c58ca3a8ef2b030a5 /Makefile.am
parent89cdebf68ec4bab9829d8e0fb3296d3170fc3516 (diff)
downloadpango-9f25cf7661d0ec0e1c987c1d4b1d6264e4d63c50.tar.gz
make dist fixups.
Fri Feb 11 16:04:50 2000 Owen Taylor <otaylor@redhat.com> * libpango/Makefile.am: make dist fixups. * Makefile.am pango.spec.in: Add a spec file * examples/HELLO.utf8: Change Maltese to a different phrase to include some unique Maltese characters. * libpango/Makefile.am modules/Makefile.am libpango/modules.c: Move pango.modules file to /var
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am9
1 files changed, 8 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index b4176aa5..c8386c7f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,3 +1,10 @@
## Process this file with automake to create Makefile.in.
-SUBDIRS=libpango modules examples docs tools fonts \ No newline at end of file
+SUBDIRS=libpango modules examples docs tools fonts
+
+EXTRA_DIST = \
+ pango.spec.in
+
+dist-hook: pango.spec
+ cp pango.spec $(distdir)
+