diff mbox

secilc: Make the clean target call the clean target of docs/

Message ID 20180528143016.31538-1-bigon@debian.org (mailing list archive)
State Not Applicable
Headers show

Commit Message

Laurent Bigonville May 28, 2018, 2:30 p.m. UTC
From: Laurent Bigonville <bigon@bigon.be>

Thanks to Russell Coker <russell@coker.com.au>

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

Signed-off-by: Laurent Bigonville <bigon@bigon.be>
---
 secilc/Makefile | 1 +
 1 file changed, 1 insertion(+)

Comments

Nicolas Iooss May 30, 2018, 8:28 p.m. UTC | #1
On Mon, May 28, 2018 at 4:30 PM, Laurent Bigonville <bigon@debian.org> wrote:
> From: Laurent Bigonville <bigon@bigon.be>
>
> Thanks to Russell Coker <russell@coker.com.au>
>
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=899083
>
> Signed-off-by: Laurent Bigonville <bigon@bigon.be>
> ---
>  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
diff mbox

Patch

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: