diff options
author | Luca Ferretti <elle.uca@libero.it> | 2009-09-02 00:05:09 +0200 |
---|---|---|
committer | Luca Ferretti <elle.uca@libero.it> | 2009-09-02 00:05:09 +0200 |
commit | b19c7725825d6ed8b64263096f252691266eb0d8 (patch) | |
tree | 445101438a371ae5c41b30db5b6091c9d1685d63 /stickynotes | |
parent | 2234307c31d0bc479b9c9415374ab2608ff7f5f2 (diff) |
Add Behdad's git.mk to autogenerate .gitignore
Diffstat (limited to 'stickynotes')
-rw-r--r-- | stickynotes/Makefile.am | 2 | ||||
-rw-r--r-- | stickynotes/data/Makefile.am | 2 | ||||
-rw-r--r-- | stickynotes/docs/Makefile.am | 2 | ||||
-rw-r--r-- | stickynotes/pixmaps/Makefile.am | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/stickynotes/Makefile.am b/stickynotes/Makefile.am index d356f3594..76eee2131 100644 --- a/stickynotes/Makefile.am +++ b/stickynotes/Makefile.am @@ -70,3 +70,5 @@ EXTRA_DIST = \ $(schemas_in_files) \ GNOME_StickyNotesApplet.server.in.in + +-include $(top_srcdir)/git.mk diff --git a/stickynotes/data/Makefile.am b/stickynotes/data/Makefile.am index 1ea42d8f6..8abe99f02 100644 --- a/stickynotes/data/Makefile.am +++ b/stickynotes/data/Makefile.am @@ -15,3 +15,5 @@ CLEANFILES = $(server_DATA) endif EXTRA_DIST = $(server_in_files) + +-include $(top_srcdir)/git.mk diff --git a/stickynotes/docs/Makefile.am b/stickynotes/docs/Makefile.am index 49666df1a..6c953653a 100644 --- a/stickynotes/docs/Makefile.am +++ b/stickynotes/docs/Makefile.am @@ -11,3 +11,5 @@ DOC_FIGURES = figures/stickynote-right-menu-lock.png \ figures/stickynotes-prefs.png DOC_LINGUAS = ca cs de el en_GB es eu fi fr ko oc pa pt_BR ru sv uk zh_CN + +-include $(top_srcdir)/git.mk diff --git a/stickynotes/pixmaps/Makefile.am b/stickynotes/pixmaps/Makefile.am index 71be4386a..2a1014a51 100644 --- a/stickynotes/pixmaps/Makefile.am +++ b/stickynotes/pixmaps/Makefile.am @@ -61,3 +61,5 @@ install-data-local: echo "*** Icon cache not updated. After install, run this:"; \ echo "*** $(gtk_update_icon_cache)"; \ fi + +-include $(top_srcdir)/git.mk |