[gnome-boxes] Generate .gitignore correctly
- From: Marc-Andre Lureau <malureau src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-boxes] Generate .gitignore correctly
- Date: Wed, 5 Oct 2011 21:20:46 +0000 (UTC)
commit 0f44ee8a7754759a677d83dd202c2c9bc9971c40
Author: Marc-Andrà Lureau <marcandre lureau gmail com>
Date: Wed Oct 5 23:00:14 2011 +0200
Generate .gitignore correctly
Makefile.am | 11 ++++++++++-
data/icons/Makefile.am | 2 ++
src/Makefile.am | 7 +++++++
3 files changed, 19 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 51ba3c5..94be272 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -10,11 +10,12 @@ INTLTOOL_FILES = \
$(NULL)
DISTCLEANFILES = \
+ gnome-doc-utils.make \
intltool-extract \
intltool-merge \
intltool-update \
- gnome-doc-utils.make \
po/.intltool-merge-cache \
+ version.h \
$(NULL)
EXTRA_DIST = \
@@ -38,6 +39,14 @@ MAINTAINERCLEANFILES = \
build-aux/missing \
build-aux/mkinstalldirs \
po/Makefile.in.in \
+ po/Makevars.template \
+ po/Rules-quot \
+ po/boldquot.sed \
+ po/en boldquot header \
+ po/en quot header \
+ po/insert-header.sin \
+ po/quot.sed \
+ po/remove-potcdate.sin
$(NULL)
# see git-version-gen
diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am
index 42db072..deecfb1 100644
--- a/data/icons/Makefile.am
+++ b/data/icons/Makefile.am
@@ -61,3 +61,5 @@ uninstall-icons:
install-data-local: install-icons update-icon-cache
uninstall-local: uninstall-icons update-icon-cache
+
+-include $(top_srcdir)/git.mk
diff --git a/src/Makefile.am b/src/Makefile.am
index 3c63eba..4452fe5 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -39,3 +39,10 @@ gnome_boxes_CFLAGS = $(BOXES_CFLAGS)
DISTCLEANFILES = dirs.h
dirs.h: Makefile
$(AM_V_GEN)echo '#define DATADIR "$(datadir)"' >$@
+
+MAINTAINERCLEANFILES = \
+ $(gnome_boxes_SOURCES:.vala=.c) \
+ *.stamp \
+ $(NULL)
+
+-include $(top_srcdir)/git.mk
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]