diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-05-02 23:09:30 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-05-04 00:47:34 +0800 |
commit | 504642b7984f5fed0db6284e2f4da6b1c9b8d1e0 (patch) | |
tree | 1f0f61e9bb9688e8c7d1bc157044da03992d5921 /doc | |
parent | 8583abbefeafd0c0369d38141963575f395cf922 (diff) | |
download | gsoc2013-evolution-504642b7984f5fed0db6284e2f4da6b1c9b8d1e0.tar.gz gsoc2013-evolution-504642b7984f5fed0db6284e2f4da6b1c9b8d1e0.tar.zst gsoc2013-evolution-504642b7984f5fed0db6284e2f4da6b1c9b8d1e0.zip |
Use Behdad's brilliant git.mk to generate .gitignore files.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 2 | ||||
-rw-r--r-- | doc/devel/Makefile.am | 2 | ||||
-rw-r--r-- | doc/devel/importer/Makefile.am | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 1bf4658b79..d2ac0cf244 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,3 +1,5 @@ SUBDIRS = reference EXTRA_DIST = ChangeLog.pre-1-4 + +-include $(top_srcdir)/git.mk diff --git a/doc/devel/Makefile.am b/doc/devel/Makefile.am index 7940af73f5..2406f0af02 100644 --- a/doc/devel/Makefile.am +++ b/doc/devel/Makefile.am @@ -177,3 +177,5 @@ dist-hook: dist-check-gtkdoc dist-hook-local # -cp $(srcdir)/tmpl/*.sgml $(distdir)/tmpl .PHONY : dist-hook-local + +-include $(top_srcdir)/git.mk diff --git a/doc/devel/importer/Makefile.am b/doc/devel/importer/Makefile.am index 8b5343677a..a186bc770f 100644 --- a/doc/devel/importer/Makefile.am +++ b/doc/devel/importer/Makefile.am @@ -193,3 +193,5 @@ dist-hook: dist-check-gtkdoc dist-hook-local .PHONY : dist-hook-local + +-include $(top_srcdir)/git.mk |