documentation: Makefile - Added tarfile to the clean target

Clean operation should also remove the *.tgz file.  I added
code so that if the user makes the file and specifies the
'clean' target, the generated tarfile is removed.

(From yocto-docs rev: 565c147eaa169e287278b87e9bba2979a44be9d5)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2012-12-06 05:44:23 -06:00 committed by Richard Purdie
parent 6a6ebdb2ad
commit ac1981e41a
1 changed files with 1 additions and 1 deletions

View File

@ -309,4 +309,4 @@ publish:
fi
clean:
rm -f $(MANUALS)
rm -rf $(MANUALS); rm $(DOC)/$(DOC).tgz;