summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJames Henstridge <james@jamesh.id.au>2005-01-11 09:39:27 +0000
committerAlexander Larsson <alexl@src.gnome.org>2005-01-11 09:39:27 +0000
commit61694af05c436271eb2273e5d05c678843470029 (patch)
tree9a71a22b4dfdba52691c5693ac660ad3091ffd42 /Makefile.am
parentd5eca9a5fd4d2445e6a7476f79d12bca7fc4cb08 (diff)
downloadnautilus-61694af05c436271eb2273e5d05c678843470029.tar.gz
don't define GNOMELOCALEDIR in INCLUDES.NAUTILUS_2_9_2
2004-01-11 James Henstridge <james@jamesh.id.au> * test/Makefile.am: don't define GNOMELOCALEDIR in INCLUDES. * src/Makefile.am: remove desktop and server files on clean. Don't include GNOMELOCALEDIR in INCLUDES, since it is now defined in config.h. * Makefile.am: remove desktop files on clean, and intltool files on distclean. * acconfig.h: remove, since it isn't needed anymore. * configure.in: remove some macro calls not needed with newer automakes, and use newer versions of some macros. * autogen.sh: require Automake >= 1.7.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am9
1 files changed, 7 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 1a15c7d31..7e1928cc5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -28,6 +28,7 @@ EXTRA_DIST= \
COPYING-DOCS \
HACKING \
MAINTAINERS \
+ nautilus.spec \
nautilus.spec.in \
nautilus.desktop \
nautilus.desktop.in \
@@ -43,5 +44,9 @@ EXTRA_DIST= \
$(desktop_in_files) \
$(NULL)
-dist-hook: nautilus.spec
- cp nautilus.spec $(distdir)
+CLEANFILES = $(desktop_DATA)
+
+DISTCLEANFILES = \
+ intltool-extract \
+ intltool-merge \
+ intltool-update