summaryrefslogtreecommitdiff
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
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.
-rw-r--r--ChangeLog7
-rw-r--r--ChangeLog.pre-1-107
-rw-r--r--ChangeLog.pre-1-47
-rw-r--r--ChangeLog.pre-1-67
-rw-r--r--ChangeLog.pre-1-87
-rw-r--r--Makefile.am4
-rw-r--r--configure.in1
7 files changed, 35 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index fe81c2c1..7d3d818d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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.
+
2003-01-29 Tor Lillqvist <tml@iki.fi>
* pango/pango-coverage.c (pango_coverage_get/set):
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10
index fe81c2c1..7d3d818d 100644
--- a/ChangeLog.pre-1-10
+++ b/ChangeLog.pre-1-10
@@ -1,3 +1,10 @@
+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.
+
2003-01-29 Tor Lillqvist <tml@iki.fi>
* pango/pango-coverage.c (pango_coverage_get/set):
diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4
index fe81c2c1..7d3d818d 100644
--- a/ChangeLog.pre-1-4
+++ b/ChangeLog.pre-1-4
@@ -1,3 +1,10 @@
+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.
+
2003-01-29 Tor Lillqvist <tml@iki.fi>
* pango/pango-coverage.c (pango_coverage_get/set):
diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6
index fe81c2c1..7d3d818d 100644
--- a/ChangeLog.pre-1-6
+++ b/ChangeLog.pre-1-6
@@ -1,3 +1,10 @@
+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.
+
2003-01-29 Tor Lillqvist <tml@iki.fi>
* pango/pango-coverage.c (pango_coverage_get/set):
diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8
index fe81c2c1..7d3d818d 100644
--- a/ChangeLog.pre-1-8
+++ b/ChangeLog.pre-1-8
@@ -1,3 +1,10 @@
+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.
+
2003-01-29 Tor Lillqvist <tml@iki.fi>
* pango/pango-coverage.c (pango_coverage_get/set):
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
#
diff --git a/configure.in b/configure.in
index 22bdef38..24659840 100644
--- a/configure.in
+++ b/configure.in
@@ -810,7 +810,6 @@ examples/Makefile
docs/Makefile
tools/Makefile
tests/Makefile
-pango.spec
pango.pc
pangox.pc
pangowin32.pc