
16 Jun
2014
16 Jun
'14
5:28 a.m.
From: ShaoHe Feng <shaohef@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@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