[gnome-calculator] Distribute root-level meson build with autotools
- From: Robert Roth <robertroth src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calculator] Distribute root-level meson build with autotools
- Date: Fri, 26 Jan 2018 19:42:16 +0000 (UTC)
commit 02c8ccd49fa5f3c08fa65d4232b5974583a6ba13
Author: Robert Roth <robert roth off gmail com>
Date: Fri Jan 26 21:40:32 2018 +0200
Distribute root-level meson build with autotools
Makefile.am | 2 +-
help/LINGUAS | 27 +++++++++++++++++++++++++++
help/Makefile.am | 2 ++
3 files changed, 30 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 1e0be61..cb152a6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,7 +4,7 @@ AM_DISTCHECK_CONFIGURE_FLAGS = --enable-installed-tests
EXTRA_DIST = \
**/meson.build \
- meson_options.txt \
+ meson.build \
meson_post_install.py \
$(NULL)
diff --git a/help/LINGUAS b/help/LINGUAS
new file mode 100644
index 0000000..7420c68
--- /dev/null
+++ b/help/LINGUAS
@@ -0,0 +1,27 @@
+# please keep this list sorted alphabetically
+bg
+ca
+cs
+de
+el
+es
+eu
+fi
+fr
+gl
+hu
+it
+ja
+ko
+lv
+oc
+pt
+pt_BR
+ro
+ru
+sl
+sv
+te
+zh_CN
+zh_HK
+zh_TW
diff --git a/help/Makefile.am b/help/Makefile.am
index b221165..3e703f2 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -33,6 +33,8 @@ HELP_FILES = absolute.page \
trigonometry.page \
variables.page
+EXTRA_DIST = LINGUAS
+
HELP_LINGUAS = bg ca cs de el es eu fi fr gl hu it ja ko lv oc pl pt pt_BR ro ru sl sv te zh_CN zh_HK zh_TW
-include $(top_srcdir)/git.mk
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]