diff options
author | Owen Taylor <otaylor@redhat.com> | 2000-02-11 23:58:26 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-02-11 23:58:26 +0000 |
commit | 9f25cf7661d0ec0e1c987c1d4b1d6264e4d63c50 (patch) | |
tree | 4c5c58eaa2302ac5cb347e7c58ca3a8ef2b030a5 /Makefile.am | |
parent | 89cdebf68ec4bab9829d8e0fb3296d3170fc3516 (diff) | |
download | pango-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.am | 9 |
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) + |