Re: [PATCH] secilc: Make the clean target call the clean target of docs/

2018-05-30 Thread Nicolas Iooss
On Mon, May 28, 2018 at 4:30 PM, Laurent Bigonville  wrote:
> From: Laurent Bigonville 
>
> Thanks to Russell Coker 
>
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=899083
>
> Signed-off-by: Laurent Bigonville 
> ---
>  secilc/Makefile | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/secilc/Makefile b/secilc/Makefile
> index dfd79cef..16640098 100644
> --- a/secilc/Makefile
> +++ b/secilc/Makefile
> @@ -58,6 +58,7 @@ clean:
> rm -f file_contexts
> rm -f $(SECILC_MANPAGE)
> rm -f $(SECIL2CONF_MANPAGE)
> +   $(MAKE) -C docs clean
>
>  relabel:
>
> --
> 2.17.0

This looks good to me. Ack.

Thanks!
Nicolas


___
Selinux mailing list
Selinux@tycho.nsa.gov
To unsubscribe, send email to selinux-le...@tycho.nsa.gov.
To get help, send an email containing "help" to selinux-requ...@tycho.nsa.gov.


[PATCH] secilc: Make the clean target call the clean target of docs/

2018-05-29 Thread Laurent Bigonville
From: Laurent Bigonville 

Thanks to Russell Coker 

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=899083

Signed-off-by: Laurent Bigonville 
---
 secilc/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/secilc/Makefile b/secilc/Makefile
index dfd79cef..16640098 100644
--- a/secilc/Makefile
+++ b/secilc/Makefile
@@ -58,6 +58,7 @@ clean:
rm -f file_contexts
rm -f $(SECILC_MANPAGE)
rm -f $(SECIL2CONF_MANPAGE)
+   $(MAKE) -C docs clean
 
 relabel:
 
-- 
2.17.0


___
Selinux mailing list
Selinux@tycho.nsa.gov
To unsubscribe, send email to selinux-le...@tycho.nsa.gov.
To get help, send an email containing "help" to selinux-requ...@tycho.nsa.gov.