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:05:15 +0100
commit4499ed746d610b2e57a7a3771644a0a67d43b0be (patch)
treea7f49ae9db1c81c839c8ef490ac9909af1a5e082 /doc/Makefile.am
parent3b6919c5eafb76f36f240f8c5651698539860853 (diff)
downloadmarco-4499ed746d610b2e57a7a3771644a0a67d43b0be.tar.bz2
marco-4499ed746d610b2e57a7a3771644a0a67d43b0be.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