summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-10-08 19:46:56 +0000
committerMatt Wilson <msw@src.gnome.org>2001-10-08 19:46:56 +0000
commit14a495835cc1e33880d1321e985ff5a9ba33086b (patch)
treea9c62aa6884bbf54d644d0e45b9efedd6b3cef08 /Makefile.am
parent06d95a151af24fc98eaee0253bb032f328d82b58 (diff)
downloadpygtk-14a495835cc1e33880d1321e985ff5a9ba33086b.tar.gz
added specfile template
2001-10-08 Matt Wilson <msw@redhat.com> * pygtk.spec.in: added specfile template * configure.in (AC_CONFIG_FILES): add pygtk.spec * Makefile.am (dist-hook): copy the spec file into the dist dest dir * gtk/gtk.defs (ColorSelectionDialog): added colorsel, ok_button, cancel_button, and help_button fields. (GtkList.get_selection): marked as a PyGTK extension.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 039246c8..fd277656 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -36,6 +36,7 @@ noinst_PYTHON = ltihooks.py
dist-hook:
-rm -f $(distdir)/pango.c
+ -cp pygtk.spec $(distdir)
defsdir = $(pkgdatadir)/2.0/defs
defs_DATA = pango.defs
@@ -108,4 +109,3 @@ EXTRA_DIST = \
snap:
$(MAKE) dist distdir=$(PACKAGE)-SNAP-`date +"%Y%m%d"`
-