From 19ec90fcd3775d3c8d37ae269b21df5344a53da1 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 30 Jan 2007 22:59:40 +0000 Subject: Include also the COPYING file in the zipfiles. 2007-01-30 Tor Lillqvist * pango-zip.sh.in: Include also the COPYING file in the zipfiles. svn path=/branches/pango-1-14/; revision=2190 --- ChangeLog | 2 ++ pango-zip.sh.in | 10 ++++++++++ 2 files changed, 12 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1f5676de..3e0c41e6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2007-01-30 Tor Lillqvist + * pango-zip.sh.in: Include also the COPYING file in the zipfiles. + * Makefile.am (EXTRA_DIST): Include just pango-zip.sh.in in the tarball, not pango-zip.sh. diff --git a/pango-zip.sh.in b/pango-zip.sh.in index fe18ef8c..504d6a38 100755 --- a/pango-zip.sh.in +++ b/pango-zip.sh.in @@ -6,6 +6,12 @@ ZIP=/tmp/pango-@PANGO_VERSION@.zip DEVZIP=/tmp/pango-dev-@PANGO_VERSION@.zip cd @prefix@ +mkdir -p share/doc/pango-@PANGO_VERSION@ +cp -p @abs_srcdir@/COPYING share/doc/pango-@PANGO_VERSION@ + +mkdir -p share/doc/pango-dev-@PANGO_VERSION@ +cp -p @abs_srcdir@/COPYING share/doc/pango-dev-@PANGO_VERSION@ + rm $ZIP zip $ZIP -@ <