summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2019-01-06 14:19:38 +0800
committerraveit65 <[email protected]>2019-01-09 10:25:55 +0100
commit683d5cf5aefc4427a5823de714f9e91c8621d79d (patch)
treedff124af55e8428d4e7ef279ed0a98c6cd1db7f1 /doc
parentc3cad38e92b021cdb47fbaba6db75aca09d2936a (diff)
downloadmarco-683d5cf5aefc4427a5823de714f9e91c8621d79d.tar.bz2
marco-683d5cf5aefc4427a5823de714f9e91c8621d79d.tar.xz
add git.mk to autogenerate .gitignore files
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am2
-rw-r--r--doc/creating_themes/Makefile.am2
-rw-r--r--doc/man/Makefile.am2
3 files changed, 6 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 1c16425a..eff56687 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -2,3 +2,5 @@ SUBDIRS = man creating_themes
EXTRA_DIST=theme-format.txt marco-theme.dtd dialogs.txt code-overview.txt \
how-to-get-focus-right.txt
+
+-include $(top_srcdir)/git.mk
diff --git a/doc/creating_themes/Makefile.am b/doc/creating_themes/Makefile.am
index 7d567745..e399d5f3 100644
--- a/doc/creating_themes/Makefile.am
+++ b/doc/creating_themes/Makefile.am
@@ -18,3 +18,5 @@ HELP_LINGUAS =
+
+-include $(top_srcdir)/git.mk
diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am
index cca52d5c..aa7c11e2 100644
--- a/doc/man/Makefile.am
+++ b/doc/man/Makefile.am
@@ -2,3 +2,5 @@ man_MANS = marco.1 marco-theme-viewer.1 \
marco-window-demo.1 marco-message.1
EXTRA_DIST = $(man_MANS)
+
+-include $(top_srcdir)/git.mk