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 <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2012-12-06 06:27:48 -06:00 committed by Richard Purdie
parent 24af269369
commit fdacedcafd

View File

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