From 683d5cf5aefc4427a5823de714f9e91c8621d79d Mon Sep 17 00:00:00 2001 From: Wu Xiaotian Date: Sun, 6 Jan 2019 14:19:38 +0800 Subject: add git.mk to autogenerate .gitignore files --- doc/Makefile.am | 2 ++ doc/creating_themes/Makefile.am | 2 ++ doc/man/Makefile.am | 2 ++ 3 files changed, 6 insertions(+) (limited to 'doc') 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 -- cgit v1.2.1