[Kimchi-devel] [PATCH V10 10/10] update ui/pages/Makefile.am to let i18n.json.tmpl be added to the package.
shaohef at linux.vnet.ibm.com
shaohef at linux.vnet.ibm.com
Mon Jun 16 10:28:27 UTC 2014
From: ShaoHe Feng <shaohef at linux.vnet.ibm.com>
replace *.html.tmpl to *.tmpl, then i18n.json.tmpl will be added to the package.
Signed-off-by: ShaoHe Feng <shaohef at linux.vnet.ibm.com>
---
ui/pages/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ui/pages/Makefile.am b/ui/pages/Makefile.am
index 7f11555..a22afc1 100644
--- a/ui/pages/Makefile.am
+++ b/ui/pages/Makefile.am
@@ -19,4 +19,4 @@ SUBDIRS = help tabs websockify
htmldir = $(datadir)/kimchi/ui/pages
-dist_html_DATA = $(wildcard *.html.tmpl) $(NULL)
+dist_html_DATA = $(wildcard *.tmpl) $(NULL)
--
1.9.3
More information about the Kimchi-devel
mailing list