From 382e348f4b58987abb1e66dd8d1eec74dadbf6bf Mon Sep 17 00:00:00 2001 From: Benedikt Meurer Date: Thu, 27 Jan 2005 18:20:05 +0000 Subject: 2005-01-27 Benedikt Meurer * Removed autogenerated files from CVS. * Fixed bug #734 by depending on libgnome-2.0, rather than gconf, which pulls in the required path settings. (Old svn revision: 4785) --- Makefile.am | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 46ad73a4..b782f3fa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,5 @@ +@SET_MAKE@ + SUBDIRS = \ libxfsm \ docs \ @@ -16,28 +18,30 @@ distclean-local: rm -rf xfce4-session.spec *.cache *~ EXTRA_DIST = \ - $(config_DATA) \ - AUTHORS \ BUGS \ ChangeLog.pre-xfce-devel \ - INSTALL \ - NEWS \ - README \ - TODO \ + intltool-extract.in \ + intltool-merge.in \ + intltool-update.in \ xfce4-session.spec \ - xfce4-session.spec.in + $(config_DATA) + +DISTCLEANFILES = \ + intltool-extract \ + intltool-merge \ + intltool-update html: - make -C docs html + (cd docs && $(MAKE) $(AM_MAKEFLAGS) html) rpm: dist rpmbuild -ta $(PACKAGE)-$(VERSION).tar.gz @rm -f $(PACKAGE)-$(VERSION).tar.gz -ACLOCAL_AMFLAGS = -I m4 - dist-bz2: dist - zcat $(PACKAGE)-$(VERSION).tar.gz | bzip2 --best -c > $(PACKAGE)-$(VERSION).tar.bz2 + zcat $(PACKAGE)-$(VERSION).tar.gz | \ + bzip2 --best -c > $(PACKAGE)-$(VERSION).tar.bz2 distcheck-bz2: distcheck - zcat $(PACKAGE)-$(VERSION).tar.gz | bzip2 --best -c > $(PACKAGE)-$(VERSION).tar.bz2 + zcat $(PACKAGE)-$(VERSION).tar.gz | \ + bzip2 --best -c > $(PACKAGE)-$(VERSION).tar.bz2 -- cgit v1.2.1