
Reviewed-by: Aline Manera <alinefm@linux.vnet.ibm.com> On 14/11/2015 05:25, chandra@linux.vnet.ibm.com wrote:
From: chandrureddy <chandra@linux.vnet.ibm.com>
Delete the following generated files when 'make clean' executed. 1. wok.css 2. bootstrap.custom.css 3. bootstrap-select.custom.css --- ui/css/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ui/css/Makefile.am b/ui/css/Makefile.am index c67bb0e..d137c3b 100644 --- a/ui/css/Makefile.am +++ b/ui/css/Makefile.am @@ -31,4 +31,4 @@ dist_css_DATA = theme-default.min.css jquery-ui.custom.css wok.css bootstrap.cu theme-default.min.css: theme-default/*.css cat $^ > $@
-CLEANFILES = theme-default.min.css +CLEANFILES = theme-default.min.css wok.css bootstrap.custom.css bootstrap-select.custom.css