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/creating_themes | |
parent | 3b6919c5eafb76f36f240f8c5651698539860853 (diff) | |
download | marco-4499ed746d610b2e57a7a3771644a0a67d43b0be.tar.bz2 marco-4499ed746d610b2e57a7a3771644a0a67d43b0be.tar.xz |
add meson build files to EXTRA_DIST
Diffstat (limited to 'doc/creating_themes')
-rw-r--r-- | doc/creating_themes/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
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 |