summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlynn Foster <glynn.foster@sun.com>2003-01-14 23:40:47 +0000
committerGlynn Foster <gman@src.gnome.org>2003-01-14 23:40:47 +0000
commit5123cda5cd32333d9e5c1b4e5e769273c667ea71 (patch)
tree386e830303b1938aef5de532beee327fd2991214
parent2afd0b7ce6239e6bab0da3097168e1bce4a25dfd (diff)
Updates to make distcheck. Wow, this is scarey, a 1.0 release is on the
2003-01-14 Glynn Foster <glynn.foster@sun.com> * Makefile.am, src/Makefile.am: Updates to make distcheck. Wow, this is scarey, a 1.0 release is on the horizon. Applications like this shouldn't reach 1.0.
-rw-r--r--ChangeLog6
-rw-r--r--Makefile.am12
-rw-r--r--src/Makefile.am3
3 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 044e6ac..9d7454f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2003-01-14 Glynn Foster <glynn.foster@sun.com>
+ * Makefile.am, src/Makefile.am: Updates to make
+ distcheck. Wow, this is scarey, a 1.0 release is on the
+ horizon. Applications like this shouldn't reach 1.0.
+
+2003-01-14 Glynn Foster <glynn.foster@sun.com>
+
* configure.in: Update to add new gconf requirement.
* src/zenity.h, src/about.c: Hurray for a new about box,
diff --git a/Makefile.am b/Makefile.am
index b1aa066..2cb5ad7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,3 +1,15 @@
SUBDIRS = \
src \
+ po \
data
+
+EXTRA_DIST = \
+ intltool-extract.in \
+ intltool-merge.in \
+ intltool-update.in \
+ COPYING \
+ HACKING \
+ ChangeLog \
+ NEWS \
+ README \
+ AUTHORS
diff --git a/src/Makefile.am b/src/Makefile.am
index b96eeee..3e0c2f3 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -27,3 +27,6 @@ gladedir = $(datadir)/zenity
glade_DATA = \
zenity.glade
+
+EXTRA_DIST = \
+ $(glade_DATA)