summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-02-24 17:34:55 +0100
committerraveit65 <[email protected]>2020-02-24 18:04:44 +0100
commit5523df4a4ff2a143a64e7eb83a17368373123842 (patch)
treed74c05ca27c52bf0931291afedeccd79c785175d /doc/Makefile.am
parentdb25f27fd3670e2ebc8ed6f6fa5f918a3251fc96 (diff)
downloadmarco-5523df4a4ff2a143a64e7eb83a17368373123842.tar.bz2
marco-5523df4a4ff2a143a64e7eb83a17368373123842.tar.xz
add meson build files to EXTRA_DIST
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am9
1 files changed, 7 insertions, 2 deletions
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