[gthumb/gthumb-2-10] Added automatic .gitignore generation



commit 8e1a05a6f15857a7ecc769f4866d2da0a21546d4
Author: Michael J. Chudobiak <mjc avtechpulse com>
Date:   Thu Apr 30 11:58:50 2009 -0400

    Added automatic .gitignore generation
---
 Makefile.am                               |    2 ++
 data/Makefile.am                          |    2 ++
 data/albumthemes/BestFit/Makefile.am      |    2 ++
 data/albumthemes/Classic/Makefile.am      |    2 ++
 data/albumthemes/ClassicClips/Makefile.am |    2 ++
 data/albumthemes/Flicker/Makefile.am      |    2 ++
 data/albumthemes/Makefile.am              |    2 ++
 data/albumthemes/NeatRound/Makefile.am    |    2 ++
 data/albumthemes/Wiki/Makefile.am         |    2 ++
 data/glade/Makefile.am                    |    2 ++
 doc/C/Makefile.am                         |    2 ++
 doc/Makefile.am                           |    2 ++
 libgthumb/Makefile.am                     |    2 ++
 libgthumb/cursors/Makefile.am             |    2 ++
 libgthumb/icons/Makefile.am               |    2 ++
 libgthumb/jpegutils/Makefile.am           |    2 ++
 src/Makefile.am                           |    2 ++
 src/icons/Makefile.am                     |    2 ++
 18 files changed, 36 insertions(+), 0 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 934fa2a..9b3d4be 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -32,3 +32,5 @@ DISTCLEANFILES =                	\
 	gnome-doc-utils.make
 
 DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper
+
+-include $(top_srcdir)/git.mk
diff --git a/data/Makefile.am b/data/Makefile.am
index d5da34e..2173eb4 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -51,3 +51,5 @@ EXTRA_DIST = 			\
 DISTCLEANFILES =                \
 	$(schema_DATA)		\
 	$(desktop_DATA)
+
+-include $(top_srcdir)/git.mk
diff --git a/data/albumthemes/BestFit/Makefile.am b/data/albumthemes/BestFit/Makefile.am
index b875cdc..8668a6d 100644
--- a/data/albumthemes/BestFit/Makefile.am
+++ b/data/albumthemes/BestFit/Makefile.am
@@ -17,3 +17,5 @@ theme_DATA =			\
 	$(gthtml_files)
 
 EXTRA_DIST = $(theme_DATA) 
+
+-include $(top_srcdir)/git.mk
diff --git a/data/albumthemes/Classic/Makefile.am b/data/albumthemes/Classic/Makefile.am
index 5aeab0e..7266e2a 100644
--- a/data/albumthemes/Classic/Makefile.am
+++ b/data/albumthemes/Classic/Makefile.am
@@ -21,3 +21,5 @@ theme_DATA =			\
 	$(gthtml_files)
 
 EXTRA_DIST = $(theme_DATA) 
+
+-include $(top_srcdir)/git.mk
diff --git a/data/albumthemes/ClassicClips/Makefile.am b/data/albumthemes/ClassicClips/Makefile.am
index daa2e61..ae2de5c 100644
--- a/data/albumthemes/ClassicClips/Makefile.am
+++ b/data/albumthemes/ClassicClips/Makefile.am
@@ -22,3 +22,5 @@ theme_DATA =			\
 
 EXTRA_DIST = $(theme_DATA) 
 
+
+-include $(top_srcdir)/git.mk
diff --git a/data/albumthemes/Flicker/Makefile.am b/data/albumthemes/Flicker/Makefile.am
index 31224b9..f11697c 100644
--- a/data/albumthemes/Flicker/Makefile.am
+++ b/data/albumthemes/Flicker/Makefile.am
@@ -12,3 +12,5 @@ theme_DATA =			\
 	$(gthtml_files)
 
 EXTRA_DIST = $(theme_DATA) 
+
+-include $(top_srcdir)/git.mk
diff --git a/data/albumthemes/Makefile.am b/data/albumthemes/Makefile.am
index bcba82d..8aa3d60 100644
--- a/data/albumthemes/Makefile.am
+++ b/data/albumthemes/Makefile.am
@@ -1,2 +1,4 @@
 SUBDIRS = BestFit Classic ClassicClips Flicker NeatRound Wiki 
 EXTRA_DIST = text.h
+
+-include $(top_srcdir)/git.mk
diff --git a/data/albumthemes/NeatRound/Makefile.am b/data/albumthemes/NeatRound/Makefile.am
index 1b21e8d..4b5e5ce 100644
--- a/data/albumthemes/NeatRound/Makefile.am
+++ b/data/albumthemes/NeatRound/Makefile.am
@@ -21,3 +21,5 @@ theme_DATA =			\
 	$(gthtml_files)
 
 EXTRA_DIST = $(theme_DATA) 
+
+-include $(top_srcdir)/git.mk
diff --git a/data/albumthemes/Wiki/Makefile.am b/data/albumthemes/Wiki/Makefile.am
index 41866f8..0407944 100644
--- a/data/albumthemes/Wiki/Makefile.am
+++ b/data/albumthemes/Wiki/Makefile.am
@@ -12,3 +12,5 @@ theme_DATA =			\
 	$(gthtml_files)
 
 EXTRA_DIST = $(theme_DATA) 
+
+-include $(top_srcdir)/git.mk
diff --git a/data/glade/Makefile.am b/data/glade/Makefile.am
index 5173279..390d417 100644
--- a/data/glade/Makefile.am
+++ b/data/glade/Makefile.am
@@ -21,3 +21,5 @@ glade_DATA = 				\
 gladedir = $(datadir)/gthumb/glade
 
 EXTRA_DIST = $(glade_DATA)
+
+-include $(top_srcdir)/git.mk
diff --git a/doc/C/Makefile.am b/doc/C/Makefile.am
index f7f6595..b350f6b 100644
--- a/doc/C/Makefile.am
+++ b/doc/C/Makefile.am
@@ -5,3 +5,5 @@ omffile = gthumb-C.omf
 entities = legal.xml
 include $(top_srcdir)/xmldocs.make
 dist-hook: app-dist-hook
+
+-include $(top_srcdir)/git.mk
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 6cc4e17..2e68263 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -12,3 +12,5 @@ DOC_FIGURES = 	figures/comment.png \
 DOC_LINGUAS = de el es fr sv
 
 EXTRA_DIST = theme-xml.txt
+
+-include $(top_srcdir)/git.mk
diff --git a/libgthumb/Makefile.am b/libgthumb/Makefile.am
index f5c1510..a97d75f 100644
--- a/libgthumb/Makefile.am
+++ b/libgthumb/Makefile.am
@@ -173,3 +173,5 @@ gthumb-enum-types.c: $(HEADER_FILES) gthumb-enum-types.h
 
 CLEANFILES = $(MARSHALLERS) $(ENUMS)
 EXTRA_DIST = gthumb-marshal.list
+
+-include $(top_srcdir)/git.mk
diff --git a/libgthumb/cursors/Makefile.am b/libgthumb/cursors/Makefile.am
index b29cec7..c5ed4e9 100644
--- a/libgthumb/cursors/Makefile.am
+++ b/libgthumb/cursors/Makefile.am
@@ -5,3 +5,5 @@ EXTRA_DIST =			\
 	hand-closed-mask.xbm	\
 	hand-open-data.xbm	\
 	hand-open-mask.xbm
+
+-include $(top_srcdir)/git.mk
diff --git a/libgthumb/icons/Makefile.am b/libgthumb/icons/Makefile.am
index 4ccb078..6cfd42f 100644
--- a/libgthumb/icons/Makefile.am
+++ b/libgthumb/icons/Makefile.am
@@ -142,3 +142,5 @@ EXTRA_DIST = \
 	$(IMAGES)		\
 	$(XPM_IMAGES)		\
 	pixbufs.h
+
+-include $(top_srcdir)/git.mk
diff --git a/libgthumb/jpegutils/Makefile.am b/libgthumb/jpegutils/Makefile.am
index 3b43fec..6375718 100644
--- a/libgthumb/jpegutils/Makefile.am
+++ b/libgthumb/jpegutils/Makefile.am
@@ -26,3 +26,5 @@ libgthumb_jpegutils_la_SOURCES =	\
 	transupp.h
 
 EXTRA_DIST = README
+
+-include $(top_srcdir)/git.mk
diff --git a/src/Makefile.am b/src/Makefile.am
index 65aee51..41a274f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -227,3 +227,5 @@ EXTRA_DIST = 			\
 CLEANFILES =				\
 	$(gnome_gthumb_idl_sources)	\
 	gnome_gthumb_idl_stamp
+
+-include $(top_srcdir)/git.mk
diff --git a/src/icons/Makefile.am b/src/icons/Makefile.am
index 13a7c2a..81878b2 100644
--- a/src/icons/Makefile.am
+++ b/src/icons/Makefile.am
@@ -6,3 +6,5 @@ XPM_IMAGES =			\
 	nav_button.xpm
 
 EXTRA_DIST = $(XPM_IMAGES)
+
+-include $(top_srcdir)/git.mk



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]