diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2009-05-03 20:08:11 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2009-05-04 14:29:21 -0400 |
commit | a398c840be41102f170e79183a8bb9e8b6fa3a26 (patch) | |
tree | b4651e8ab981743521888014be9cbf9afbcbdfd8 /contrib | |
parent | e5702523fff7cbb7c935eadb4503e2b70e48e5fb (diff) | |
download | gtk+-a398c840be41102f170e79183a8bb9e8b6fa3a26.tar.gz |
Add git.mk to generate .gitignore files
Add four new doc templates that were not in repository.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/Makefile.am | 2 | ||||
-rw-r--r-- | contrib/gdk-pixbuf-xlib/Makefile.am | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am index 3d2ba11ebc..feb4bdbf82 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -4,3 +4,5 @@ SUBDIRS = if USE_X11 SUBDIRS += gdk-pixbuf-xlib endif + +-include $(top_srcdir)/git.mk diff --git a/contrib/gdk-pixbuf-xlib/Makefile.am b/contrib/gdk-pixbuf-xlib/Makefile.am index 328bbe6758..4b89e5172d 100644 --- a/contrib/gdk-pixbuf-xlib/Makefile.am +++ b/contrib/gdk-pixbuf-xlib/Makefile.am @@ -38,3 +38,5 @@ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = gdk-pixbuf-xlib-2.0.pc EXTRA_DIST += gdk-pixbuf-xlib-2.0.pc.in + +-include $(top_srcdir)/git.mk |