From d2c5860ad15c80c965e5fb563193d4a81237556a Mon Sep 17 00:00:00 2001 From: Gordon Hecker Date: Wed, 16 Dec 2009 12:38:34 +0100 Subject: [PATCH] include Changelog in the documentation tarball Signed-off-by: Gordon Hecker --- doc/Makefile | 1 + 1 file changed, 1 insertion(+) 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: -- 2.39.5