diff options
author | Wu Xiaotian <[email protected]> | 2019-01-06 14:19:38 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-01-09 10:25:55 +0100 |
commit | 683d5cf5aefc4427a5823de714f9e91c8621d79d (patch) | |
tree | dff124af55e8428d4e7ef279ed0a98c6cd1db7f1 /src/themes/Makefile.am | |
parent | c3cad38e92b021cdb47fbaba6db75aca09d2936a (diff) | |
download | marco-683d5cf5aefc4427a5823de714f9e91c8621d79d.tar.bz2 marco-683d5cf5aefc4427a5823de714f9e91c8621d79d.tar.xz |
add git.mk to autogenerate .gitignore files
Diffstat (limited to 'src/themes/Makefile.am')
-rw-r--r-- | src/themes/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/themes/Makefile.am b/src/themes/Makefile.am index a040a804..036c3152 100644 --- a/src/themes/Makefile.am +++ b/src/themes/Makefile.am @@ -51,3 +51,5 @@ dist-hook: cp $$i $(distdir)/$$THEME; \ done) \ done + +-include $(top_srcdir)/git.mk |