[gnome-calculator] Do not remove unregeneratable files in distclean
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calculator] Do not remove unregeneratable files in distclean
- Date: Sun, 2 Mar 2014 17:51:39 +0000 (UTC)
commit dca383874d026e809d5c50e17507474c5a9cf2e3
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Sun Mar 2 11:37:16 2014 -0600
Do not remove unregeneratable files in distclean
distclean should not remove anything that can't be regenerated by
running configure. All of this stuff should be removed by
maintainer-clean instead.
Makefile.am | 12 +-----------
data/Makefile.am | 3 ---
help/Makefile.am | 3 ---
src/Makefile.am | 3 ---
4 files changed, 1 insertions(+), 20 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 8421c03..76f4608 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,17 +3,7 @@ SUBDIRS = po src data help
# Temporary fix for JHBuild, see https://bugzilla.gnome.org/show_bug.cgi?id=641652
ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS}
-DISTCLEANFILES = \
- Makefile.in \
- aclocal.m4 \
- config.h.in \
- configure \
- depcomp \
- install-sh \
- missing \
- mkinstalldirs \
- omf.make \
- xmldocs.make
+DISTCLEANFILES = test-driver
EXTRA_DIST = \
autogen.sh \
diff --git a/data/Makefile.am b/data/Makefile.am
index 57a14d0..9ebe207 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -28,6 +28,3 @@ EXTRA_DIST = \
CLEANFILES = \
$(appdata_DATA) \
$(desktop_DATA)
-
-DISTCLEANFILES = \
- Makefile.in
diff --git a/help/Makefile.am b/help/Makefile.am
index 19afac2..737dfe6 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -33,6 +33,3 @@ HELP_FILES = absolute.page \
variables.page
HELP_LINGUAS = bg ca cs de el es eu fi fr gl hu it ja ko lv oc pt_BR ro ru sl sv te zh_CN zh_HK zh_TW
-
-DISTCLEANFILES = \
- Makefile.in
diff --git a/src/Makefile.am b/src/Makefile.am
index fc38cc6..396c0fb 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -133,6 +133,3 @@ test_serializer_VALAFLAGS = \
test_serializer_LDADD = \
$(GCALCCMD_LIBS) \
-lm
-
-DISTCLEANFILES = \
- Makefile.in
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]