diff options
author | raveit65 <[email protected]> | 2020-02-24 17:34:55 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-02-24 18:05:15 +0100 |
commit | 4499ed746d610b2e57a7a3771644a0a67d43b0be (patch) | |
tree | a7f49ae9db1c81c839c8ef490ac9909af1a5e082 /doc/Makefile.am | |
parent | 3b6919c5eafb76f36f240f8c5651698539860853 (diff) | |
download | marco-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.am | 9 |
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 |