From fdacedcafde3bcbcf6ef26e482a4fd3d638acf85 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 6 Dec 2012 06:27:48 -0600 Subject: documentation: Makefile - Remove tarfile for clean target. When a user makes a manual and specifies the 'clean' target the *.tgz file should be removed also. Added code to accomplish this. (From yocto-docs rev: 005c86303089d2ccc646bc70700a6084de887996) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation') diff --git a/documentation/Makefile b/documentation/Makefile index 0218211313..de345c1596 100644 --- a/documentation/Makefile +++ b/documentation/Makefile @@ -308,4 +308,4 @@ publish: fi clean: - rm -f $(MANUALS) + rm -f $(MANUALS); rm $(DOC)/$(DOC).*tgz; -- cgit v1.2.3-54-g00ecf