[Kimchi-devel] [PATCH] Issue #757 : clean generated css files when 'make clean' executed

Aline Manera alinefm at linux.vnet.ibm.com
Mon Nov 16 21:34:02 UTC 2015


Reviewed-by: Aline Manera <alinefm at linux.vnet.ibm.com>

On 14/11/2015 05:25, chandra at linux.vnet.ibm.com wrote:
> From: chandrureddy <chandra at 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




More information about the Kimchi-devel mailing list