diff options
author | tamplan <[email protected]> | 2020-05-24 10:31:40 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-06-17 13:33:01 +0200 |
commit | f274224f9127aad46b2c5e2b46a3c449be6d3aad (patch) | |
tree | 7c215f36854c575933b0956e5c62ba696b27fbe4 /doc | |
parent | ea6b155584a3c3bc58e07354299d835d040d2f00 (diff) | |
download | mate-screensaver-f274224f9127aad46b2c5e2b46a3c449be6d3aad.tar.bz2 mate-screensaver-f274224f9127aad46b2c5e2b46a3c449be6d3aad.tar.xz |
add git.mk to generate .gitignore
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 5a69bc8..4bee9af 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -25,3 +25,5 @@ EXTRA_DIST = \ clean-local: rm -f *~ rm -f mate-screensaver.html + +-include $(top_srcdir)/git.mk |