mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00
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:
parent
24af269369
commit
fdacedcafd
|
@ -308,4 +308,4 @@ publish:
|
||||||
fi
|
fi
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f $(MANUALS)
|
rm -f $(MANUALS); rm $(DOC)/$(DOC).*tgz;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user