diff options
author | tamplan <[email protected]> | 2020-05-24 11:04:06 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-06-17 13:34:41 +0200 |
commit | 00c332d032b7aff8d0ebc1ca1be1aeeb3829a619 (patch) | |
tree | 9c865fa92e2f9bdf5e84894bad969179a3268a92 /docs | |
parent | 3ad9a5d5e71736632ad979557c6f687596d24992 (diff) | |
download | python-caja-00c332d032b7aff8d0ebc1ca1be1aeeb3829a619.tar.bz2 python-caja-00c332d032b7aff8d0ebc1ca1be1aeeb3829a619.tar.xz |
add git.mk to generate .gitignore
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am index b05ab92..09f48da 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -100,3 +100,5 @@ $(HTML_FILES): $(REFERENCE_DEPS) touch $@ endif + +-include $(top_srcdir)/git.mk |