diff options
author | Owen Taylor <otaylor@redhat.com> | 2003-01-30 21:43:01 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2003-01-30 21:43:01 +0000 |
commit | c92cbcedc62c93e1c86d23ac08781f2046ea9c58 (patch) | |
tree | 7b431ce1269ae618c38a201fc42a68d20cf1ccfb /Makefile.am | |
parent | 5d6e81b22b0bb0033196c1a101e01f3c50002390 (diff) | |
download | pango-c92cbcedc62c93e1c86d23ac08781f2046ea9c58.tar.gz |
Remove spec.spec.in from EXTRA_DIST, and from dist rules. (#102231)
Thu Jan 30 16:41:46 2003 Owen Taylor <otaylor@redhat.com>
* Makefile.am (EXTRA_DIST): Remove spec.spec.in from
EXTRA_DIST, and from dist rules. (#102231)
* configure.in: Don't generate pango.spec.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index fb7ab687..1b2c0599 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,7 +3,6 @@ SUBDIRS= pango modules examples docs tools tests EXTRA_DIST = \ - pango.spec.in \ pango.pc.in \ pangox.pc.in \ pangoxft.pc.in \ @@ -38,9 +37,6 @@ endif pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = pango.pc $(X_PC) $(XFT_PC) $(FT2_PC) $(WIN32_PC) -dist-hook: pango.spec - cp pango.spec $(distdir) - # This is a version of the automake-1.4 distcheck rule modified # to pass --enable-gtk-doc to ./configure # |