From 48c1564ac5ef431e9111606e40488d04a96f3059 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Fri, 3 Jan 2003 13:26:04 +0000 Subject: Initial revision --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Makefile.am (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 00000000..b1aa066c --- /dev/null +++ b/Makefile.am @@ -0,0 +1,3 @@ +SUBDIRS = \ + src \ + data -- cgit From 5123cda5cd32333d9e5c1b4e5e769273c667ea71 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Tue, 14 Jan 2003 23:40:47 +0000 Subject: Updates to make distcheck. Wow, this is scarey, a 1.0 release is on the 2003-01-14 Glynn Foster * 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. --- Makefile.am | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index b1aa066c..2cb5ad71 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 -- cgit From 6d06f132d36a531885ae5fbe38be30c08ba4360c Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Sat, 18 Jan 2003 19:19:20 +0000 Subject: Enable help documentation in the build. 2003-01-18 Glynn Foster * Makefile.am, configure.in, omf.make, xmldocs.make: Enable help documentation in the build. * help/C/zenity-C.omf, help/C/zenity.xml: Fix up silly errors. --- Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 2cb5ad71..f339c664 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,12 +1,15 @@ SUBDIRS = \ src \ po \ - data + data \ + help EXTRA_DIST = \ intltool-extract.in \ intltool-merge.in \ intltool-update.in \ + omf.make \ + xmldocs.make \ COPYING \ HACKING \ ChangeLog \ -- cgit From 00e48cb2b53e1e932ef47a17fcc278395f375981 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Mon, 3 Feb 2003 01:56:42 +0000 Subject: Add spec file, thanks to Mihai T. Lazarescu. 2003-02-03 Glynn Foster * Makefile.am, configure.in, zenity.spec.in: Add spec file, thanks to Mihai T. Lazarescu. * THANKS, src/about.c: Update. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index f339c664..5481b3af 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,6 +8,8 @@ EXTRA_DIST = \ intltool-extract.in \ intltool-merge.in \ intltool-update.in \ + zenity.spec \ + zenity.spec.in \ omf.make \ xmldocs.make \ COPYING \ -- cgit From 141ad527f147320f41194043573a97353e17ae72 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Sat, 3 Jan 2004 22:44:18 +0000 Subject: Do the intltool-modules extra dist foo. 2004-01-04 Glynn Foster * Makefile.am: Do the intltool-modules extra dist foo. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 5481b3af..b7747963 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,6 +8,7 @@ EXTRA_DIST = \ intltool-extract.in \ intltool-merge.in \ intltool-update.in \ + intltool-modules/XML/Parser/Style/OrigTree.pm \ zenity.spec \ zenity.spec.in \ omf.make \ -- cgit From 37095efce8279bedd1094b716afc0f97cad8160e Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Mon, 5 Jan 2004 23:56:32 +0000 Subject: Back out the intltool stuff. Require 0.29 2004-01-06 Glynn Foster * Makefile.am: Back out the intltool stuff. * configure.in: Require 0.29 --- Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index b7747963..5481b3af 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,7 +8,6 @@ EXTRA_DIST = \ intltool-extract.in \ intltool-merge.in \ intltool-update.in \ - intltool-modules/XML/Parser/Style/OrigTree.pm \ zenity.spec \ zenity.spec.in \ omf.make \ -- cgit From 31af52a7d37d7eb99c9e0082f5b5cbe392a04012 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Mon, 22 Mar 2004 22:31:44 +0000 Subject: Add workaround to scrollkeeper-update not cleaning up after itself, as 2004-03-23 Glynn Foster * Makefile.am: Add workaround to scrollkeeper-update not cleaning up after itself, as copied from gnome-panel. --- Makefile.am | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 5481b3af..cf93789c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,23 @@ +# +# FIXME: +# currently scrollkeeper-update does not seem to +# remove its database when there is no useful +# information contained there. Therefore, with +# "make uninstall" you're left with loads of +# stuff in /var/scrollkeeper and distcheck +# fails. +# +# http://mail.gnome.org/archives/gnome-doc-list/2003-May/msg00008.html +# +# This overrides the uninstall check so distcheck +# passes +# +# distuninstallcheck_listfiles = find . -type f -print | grep -v 'scrollkeeper' | grep -v 'omf' | grep -v 'figures' +distuninstallcheck: + @: + +distcleancheck_listfiles = find . -type f -print | grep -v 'omf\.out' | grep -v 'legal.xml' + SUBDIRS = \ src \ po \ @@ -18,3 +38,8 @@ EXTRA_DIST = \ NEWS \ README \ AUTHORS + +DISTCLEANFILES = \ + intltool-extract \ + intltool-merge \ + intltool-update -- cgit From 6552d6b556a8b28378c917c8882894575c5f7969 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Mon, 25 Jul 2005 01:06:32 +0000 Subject: added gnome-doc-utils.make. added GNOME_DOC_INIT and removed 2005-07-24 Lucas Rocha * .cvsignore: added gnome-doc-utils.make. * configure.in: added GNOME_DOC_INIT and removed help/C/Makefile and help/sr/Makefile from AC_OUTPUT. * Makefile.am: added gnome-doc-utils.make to EXTRA_DIST and DISTCLEANFILES. Added DISTCHECK_CONFIGURE_FLAGS. * help/Makefile.am: migration to gnome-doc-utils. * help/zenity.omf.in: new OMF file to be used by gnome-doc-utils. * help/C/Makefile.am, help/C/zenity-C.omf: No longer needed. Removed. * help/C/zenity.xml: updates to be gnome-doc-utils compliant. * help/ChangeLog: new ChangeLog to keep track of doc updates. --- Makefile.am | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index cf93789c..961adbc3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -37,9 +37,13 @@ EXTRA_DIST = \ ChangeLog \ NEWS \ README \ - AUTHORS + AUTHORS \ + gnome-doc-utils.make DISTCLEANFILES = \ intltool-extract \ intltool-merge \ - intltool-update + intltool-update \ + gnome-doc-utils.make + +DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper -- cgit From 59b5bad79402b81b130e3b4242a74611d1c3be63 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Wed, 10 May 2006 03:37:14 +0000 Subject: move to automake 1.9 and several cleanups (Fixes bug #341056). Patch from 2006-05-10 Lucas Rocha * .cvsignore, Makefile.am, autogen.sh, configure.in, data/Makefile.am, po/.cvsignore, src/Makefile.am: move to automake 1.9 and several cleanups (Fixes bug #341056). Patch from Christian Persch . --- Makefile.am | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 961adbc3..b1543866 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,23 +1,3 @@ -# -# FIXME: -# currently scrollkeeper-update does not seem to -# remove its database when there is no useful -# information contained there. Therefore, with -# "make uninstall" you're left with loads of -# stuff in /var/scrollkeeper and distcheck -# fails. -# -# http://mail.gnome.org/archives/gnome-doc-list/2003-May/msg00008.html -# -# This overrides the uninstall check so distcheck -# passes -# -# distuninstallcheck_listfiles = find . -type f -print | grep -v 'scrollkeeper' | grep -v 'omf' | grep -v 'figures' -distuninstallcheck: - @: - -distcleancheck_listfiles = find . -type f -print | grep -v 'omf\.out' | grep -v 'legal.xml' - SUBDIRS = \ src \ po \ @@ -25,13 +5,12 @@ SUBDIRS = \ help EXTRA_DIST = \ + autogen.sh \ intltool-extract.in \ intltool-merge.in \ intltool-update.in \ zenity.spec \ zenity.spec.in \ - omf.make \ - xmldocs.make \ COPYING \ HACKING \ ChangeLog \ -- cgit From 25f7a2ab9e8bee9039104528877681ee3a0ef4b3 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Tue, 17 Jun 2008 13:45:01 +0000 Subject: release 2.23.3 2008-06-16 Lucas Rocha * NEWS: release 2.23.3 svn path=/trunk/; revision=1389 --- Makefile.am | 3 --- 1 file changed, 3 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index b1543866..fd670f98 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,9 +6,6 @@ SUBDIRS = \ EXTRA_DIST = \ autogen.sh \ - intltool-extract.in \ - intltool-merge.in \ - intltool-update.in \ zenity.spec \ zenity.spec.in \ COPYING \ -- cgit From 94c9ee1c7fac13090012943e19587e7952414e48 Mon Sep 17 00:00:00 2001 From: Javier Jardón Date: Mon, 20 Jul 2009 14:16:44 +0200 Subject: Clean some things in the GtkBuilder port (GnomeBug:578393) * Makefile.am * README * configure.in * po/POTFILES.skip * src/zenity.ui --- Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index fd670f98..b224ee5f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,8 +6,6 @@ SUBDIRS = \ EXTRA_DIST = \ autogen.sh \ - zenity.spec \ - zenity.spec.in \ COPYING \ HACKING \ ChangeLog \ -- cgit From 63da872c906d3cb8925926f192b6db5f52254772 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Mon, 10 Aug 2009 22:04:24 +0100 Subject: Autogenerate ChangeLog on distcheck --- Makefile.am | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index b224ee5f..03accc17 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,3 +21,17 @@ DISTCLEANFILES = \ gnome-doc-utils.make DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper + +dist-hook: + @if test -d "$(srcdir)/.git"; \ + then \ + echo Creating ChangeLog && \ + ( cd "$(top_srcdir)" && \ + echo '# Generated by Makefile. Do not edit.'; echo; \ + $(top_srcdir)/missing --run git log --stat ) > ChangeLog.tmp \ + && mv -f ChangeLog.tmp $(top_distdir)/ChangeLog \ + || ( rm -f ChangeLog.tmp ; \ + echo Failed to generate ChangeLog >&2 ); \ + else \ + echo A git clone is required to generate a ChangeLog >&2; \ + fi -- cgit From fce7fdb91c496d0e5fdc94ed71492992867e88c5 Mon Sep 17 00:00:00 2001 From: Javier Jardón Date: Tue, 15 Feb 2011 21:19:07 +0000 Subject: Update autotools configuration --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 03accc17..f488138a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,5 @@ +ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} + SUBDIRS = \ src \ po \ -- cgit From e4c5d60ee2f54bf4db3057483214e50ffd140c6c Mon Sep 17 00:00:00 2001 From: Javier Jardón Date: Fri, 10 Aug 2012 02:40:15 +0900 Subject: Port to new documentation infrastructure --- Makefile.am | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index f488138a..1e51c3e6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,14 +13,12 @@ EXTRA_DIST = \ ChangeLog \ NEWS \ README \ - AUTHORS \ - gnome-doc-utils.make + AUTHORS DISTCLEANFILES = \ intltool-extract \ intltool-merge \ - intltool-update \ - gnome-doc-utils.make + intltool-update DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper -- cgit From dc9719729899574d7f3b2056382af83fd106bd47 Mon Sep 17 00:00:00 2001 From: Javier Jardón Date: Wed, 22 Apr 2015 16:52:26 +0100 Subject: Use upstream gettext instead intltool --- Makefile.am | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 1e51c3e6..871888b7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,6 +8,7 @@ SUBDIRS = \ EXTRA_DIST = \ autogen.sh \ + config.rpath \ COPYING \ HACKING \ ChangeLog \ @@ -15,13 +16,6 @@ EXTRA_DIST = \ README \ AUTHORS -DISTCLEANFILES = \ - intltool-extract \ - intltool-merge \ - intltool-update - -DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper - dist-hook: @if test -d "$(srcdir)/.git"; \ then \ -- cgit From 2ec897cf63094c68fd787e2081f911e0deb3b596 Mon Sep 17 00:00:00 2001 From: Arx Cruz Date: Mon, 21 Sep 2015 14:38:55 +0200 Subject: This is a simple build fix --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 871888b7..df84b81b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,5 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} +INCLUDES = src SUBDIRS = \ src \ -- cgit