summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2003-01-30 21:44:19 +0000
committerOwen Taylor <otaylor@src.gnome.org>2003-01-30 21:44:19 +0000
commitc38c3eafa682b577b68f350e7bd66bc79c2288d9 (patch)
tree38225bd89691245ad29fe95b00191699554bc6e5 /Makefile.am
parent8d4052a027eeaf7310f602c7e3fdb2f03327012d (diff)
downloadpango-c38c3eafa682b577b68f350e7bd66bc79c2288d9.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.am4
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
#