From 5523df4a4ff2a143a64e7eb83a17368373123842 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Mon, 24 Feb 2020 17:34:55 +0100 Subject: add meson build files to EXTRA_DIST --- doc/Makefile.am | 9 +++++++-- doc/creating_themes/Makefile.am | 3 ++- doc/man/Makefile.am | 4 +++- 3 files changed, 12 insertions(+), 4 deletions(-) (limited to 'doc') diff --git a/doc/Makefile.am b/doc/Makefile.am index eff56687..f63517dc 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,6 +1,11 @@ SUBDIRS = man creating_themes -EXTRA_DIST=theme-format.txt marco-theme.dtd dialogs.txt code-overview.txt \ - how-to-get-focus-right.txt +EXTRA_DIST= \ + theme-format.txt \ + marco-theme.dtd \ + dialogs.txt \ + code-overview.txt \ + how-to-get-focus-right.txt \ + meson.build -include $(top_srcdir)/git.mk diff --git a/doc/creating_themes/Makefile.am b/doc/creating_themes/Makefile.am index e399d5f3..8aa2cc87 100644 --- a/doc/creating_themes/Makefile.am +++ b/doc/creating_themes/Makefile.am @@ -16,7 +16,8 @@ HELP_MEDIA = # The names of any locales for which documentation translations exist: HELP_LINGUAS = - +EXTRA_DIST= \ + meson.build -include $(top_srcdir)/git.mk diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am index aa7c11e2..eac79446 100644 --- a/doc/man/Makefile.am +++ b/doc/man/Makefile.am @@ -1,6 +1,8 @@ man_MANS = marco.1 marco-theme-viewer.1 \ marco-window-demo.1 marco-message.1 -EXTRA_DIST = $(man_MANS) +EXTRA_DIST = \ + meson.build \ + $(man_MANS) -include $(top_srcdir)/git.mk -- cgit v1.2.1