aboutsummaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-05-02 23:09:30 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-05-04 00:47:34 +0800
commit504642b7984f5fed0db6284e2f4da6b1c9b8d1e0 (patch)
tree1f0f61e9bb9688e8c7d1bc157044da03992d5921 /help
parent8583abbefeafd0c0369d38141963575f395cf922 (diff)
downloadgsoc2013-evolution-504642b7984f5fed0db6284e2f4da6b1c9b8d1e0.tar
gsoc2013-evolution-504642b7984f5fed0db6284e2f4da6b1c9b8d1e0.tar.gz
gsoc2013-evolution-504642b7984f5fed0db6284e2f4da6b1c9b8d1e0.tar.bz2
gsoc2013-evolution-504642b7984f5fed0db6284e2f4da6b1c9b8d1e0.tar.lz
gsoc2013-evolution-504642b7984f5fed0db6284e2f4da6b1c9b8d1e0.tar.xz
gsoc2013-evolution-504642b7984f5fed0db6284e2f4da6b1c9b8d1e0.tar.zst
gsoc2013-evolution-504642b7984f5fed0db6284e2f4da6b1c9b8d1e0.zip
Use Behdad's brilliant git.mk to generate .gitignore files.
Diffstat (limited to 'help')
-rw-r--r--help/Makefile.am2
-rw-r--r--help/no/Makefile.am2
-rw-r--r--help/quickref/C/Makefile.am2
-rw-r--r--help/quickref/Makefile.am2
-rw-r--r--help/quickref/ca/Makefile.am2
-rw-r--r--help/quickref/cs/Makefile.am2
-rw-r--r--help/quickref/de/Makefile.am2
-rw-r--r--help/quickref/es/Makefile.am2
-rw-r--r--help/quickref/fr/Makefile.am2
-rw-r--r--help/quickref/hu/Makefile.am2
-rw-r--r--help/quickref/it/Makefile.am2
-rw-r--r--help/quickref/oc/Makefile.am2
-rw-r--r--help/quickref/pl/Makefile.am2
-rw-r--r--help/quickref/pt/Makefile.am2
-rw-r--r--help/quickref/sq/Makefile.am2
-rw-r--r--help/quickref/sv/Makefile.am2
16 files changed, 32 insertions, 0 deletions
diff --git a/help/Makefile.am b/help/Makefile.am
index 6b2f368e5e..7654cee5f7 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -108,3 +108,5 @@ DOC_LINGUAS = cs de el en_GB es eu fr oc ru sv mk
check:
xmllint --valid --noout $(top_srcdir)/help/C/evolution.xml
+
+-include $(top_srcdir)/git.mk
diff --git a/help/no/Makefile.am b/help/no/Makefile.am
index 41986fd661..2ab9d5f056 100644
--- a/help/no/Makefile.am
+++ b/help/no/Makefile.am
@@ -34,3 +34,5 @@ include $(top_srcdir)/help/sgmldocs.make
dist-hook: app-dist-hook
EXTRA_DIST = ChangeLog.pre-1-4
+
+-include $(top_srcdir)/git.mk
diff --git a/help/quickref/C/Makefile.am b/help/quickref/C/Makefile.am
index c7b02ca607..1014bfb7c3 100644
--- a/help/quickref/C/Makefile.am
+++ b/help/quickref/C/Makefile.am
@@ -6,3 +6,5 @@ quickref_DATA = $(HELP_FILES)
EXTRA_DIST = \
$(HELP_FILES) \
quickref.tex
+
+-include $(top_srcdir)/git.mk
diff --git a/help/quickref/Makefile.am b/help/quickref/Makefile.am
index cbc9f7d867..02d5280756 100644
--- a/help/quickref/Makefile.am
+++ b/help/quickref/Makefile.am
@@ -1,3 +1,5 @@
SUBDIRS = C ca cs de es fr hu it oc pl pt sv sq
EXTRA_DIST = evolution-logo.eps
+
+-include $(top_srcdir)/git.mk
diff --git a/help/quickref/ca/Makefile.am b/help/quickref/ca/Makefile.am
index ef5536ad6b..ee261c9414 100644
--- a/help/quickref/ca/Makefile.am
+++ b/help/quickref/ca/Makefile.am
@@ -6,3 +6,5 @@ quickref_DATA = $(HELP_FILES)
EXTRA_DIST = \
$(HELP_FILES) \
quickref.tex
+
+-include $(top_srcdir)/git.mk
diff --git a/help/quickref/cs/Makefile.am b/help/quickref/cs/Makefile.am
index 0575caee67..ac476a6034 100644
--- a/help/quickref/cs/Makefile.am
+++ b/help/quickref/cs/Makefile.am
@@ -6,3 +6,5 @@ quickref_DATA = $(HELP_FILES)
EXTRA_DIST = \
$(HELP_FILES) \
quickref.tex
+
+-include $(top_srcdir)/git.mk
diff --git a/help/quickref/de/Makefile.am b/help/quickref/de/Makefile.am
index b0d62824f0..ad4ba8ff60 100644
--- a/help/quickref/de/Makefile.am
+++ b/help/quickref/de/Makefile.am
@@ -6,3 +6,5 @@ quickref_DATA = $(HELP_FILES)
EXTRA_DIST = \
$(HELP_FILES) \
quickref.tex
+
+-include $(top_srcdir)/git.mk
diff --git a/help/quickref/es/Makefile.am b/help/quickref/es/Makefile.am
index d4316f6821..9add3ae28b 100644
--- a/help/quickref/es/Makefile.am
+++ b/help/quickref/es/Makefile.am
@@ -6,3 +6,5 @@ quickref_DATA = $(HELP_FILES)
EXTRA_DIST = \
$(HELP_FILES) \
quickref.tex
+
+-include $(top_srcdir)/git.mk
diff --git a/help/quickref/fr/Makefile.am b/help/quickref/fr/Makefile.am
index 08eab5a722..46f8bdd9c6 100644
--- a/help/quickref/fr/Makefile.am
+++ b/help/quickref/fr/Makefile.am
@@ -6,3 +6,5 @@ quickref_DATA = $(HELP_FILES)
EXTRA_DIST = \
$(HELP_FILES) \
quickref.tex
+
+-include $(top_srcdir)/git.mk
diff --git a/help/quickref/hu/Makefile.am b/help/quickref/hu/Makefile.am
index 9b2427b0cc..e8720963af 100644
--- a/help/quickref/hu/Makefile.am
+++ b/help/quickref/hu/Makefile.am
@@ -6,3 +6,5 @@ quickref_DATA = $(HELP_FILES)
EXTRA_DIST = \
$(HELP_FILES) \
quickref.tex
+
+-include $(top_srcdir)/git.mk
diff --git a/help/quickref/it/Makefile.am b/help/quickref/it/Makefile.am
index a61e19066e..305a370de7 100644
--- a/help/quickref/it/Makefile.am
+++ b/help/quickref/it/Makefile.am
@@ -6,3 +6,5 @@ quickref_DATA = $(HELP_FILES)
EXTRA_DIST = \
$(HELP_FILES) \
quickref.tex
+
+-include $(top_srcdir)/git.mk
diff --git a/help/quickref/oc/Makefile.am b/help/quickref/oc/Makefile.am
index 08eab5a722..46f8bdd9c6 100644
--- a/help/quickref/oc/Makefile.am
+++ b/help/quickref/oc/Makefile.am
@@ -6,3 +6,5 @@ quickref_DATA = $(HELP_FILES)
EXTRA_DIST = \
$(HELP_FILES) \
quickref.tex
+
+-include $(top_srcdir)/git.mk
diff --git a/help/quickref/pl/Makefile.am b/help/quickref/pl/Makefile.am
index aea3010e2e..f825d4d021 100644
--- a/help/quickref/pl/Makefile.am
+++ b/help/quickref/pl/Makefile.am
@@ -6,3 +6,5 @@ quickref_DATA = $(HELP_FILES)
EXTRA_DIST = \
$(HELP_FILES) \
quickref.tex
+
+-include $(top_srcdir)/git.mk
diff --git a/help/quickref/pt/Makefile.am b/help/quickref/pt/Makefile.am
index 446640dce9..d9d0db99f4 100644
--- a/help/quickref/pt/Makefile.am
+++ b/help/quickref/pt/Makefile.am
@@ -6,3 +6,5 @@ quickref_DATA = $(HELP_FILES)
EXTRA_DIST = \
$(HELP_FILES) \
quickref.tex
+
+-include $(top_srcdir)/git.mk
diff --git a/help/quickref/sq/Makefile.am b/help/quickref/sq/Makefile.am
index ae0783eabe..089eea9211 100644
--- a/help/quickref/sq/Makefile.am
+++ b/help/quickref/sq/Makefile.am
@@ -6,3 +6,5 @@ quickref_DATA = $(HELP_FILES)
EXTRA_DIST = \
$(HELP_FILES) \
quickref.tex
+
+-include $(top_srcdir)/git.mk
diff --git a/help/quickref/sv/Makefile.am b/help/quickref/sv/Makefile.am
index 8e0b72a415..b1ec92e933 100644
--- a/help/quickref/sv/Makefile.am
+++ b/help/quickref/sv/Makefile.am
@@ -6,3 +6,5 @@ quickref_DATA = $(HELP_FILES)
EXTRA_DIST = \
$(HELP_FILES) \
quickref.tex
+
+-include $(top_srcdir)/git.mk