From: Gordon Hecker Date: Wed, 16 Dec 2009 11:38:34 +0000 (+0100) Subject: include Changelog in the documentation tarball X-Git-Tag: e2factory-2.3.3rc1~13 X-Git-Url: https://git.e2factory.org/?a=commitdiff_plain;h=d2c5860ad15c80c965e5fb563193d4a81237556a;p=e2factory.git include Changelog in the documentation tarball Signed-off-by: Gordon Hecker --- diff --git a/doc/Makefile b/doc/Makefile index 8f14404..5665e07 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -73,6 +73,7 @@ documentation.tar.gz: luadoc/luadoc.tar.gz \ tar -C documentation -xzf luadoc/luadoc.tar.gz tar -C documentation -xzf man/man.tar.gz tar -C documentation -xzf manual/manual.tar.gz + cp $(TOPLEVEL)/Changelog documentation tar -czf documentation.tar.gz documentation install-doc: