summaryrefslogtreecommitdiff
path: root/fonts/gentium-tug/source/make-zip-4CTAN.sh
diff options
context:
space:
mode:
Diffstat (limited to 'fonts/gentium-tug/source/make-zip-4CTAN.sh')
-rwxr-xr-xfonts/gentium-tug/source/make-zip-4CTAN.sh11
1 files changed, 7 insertions, 4 deletions
diff --git a/fonts/gentium-tug/source/make-zip-4CTAN.sh b/fonts/gentium-tug/source/make-zip-4CTAN.sh
index 28ff5c5316..a7df3507cb 100755
--- a/fonts/gentium-tug/source/make-zip-4CTAN.sh
+++ b/fonts/gentium-tug/source/make-zip-4CTAN.sh
@@ -1,6 +1,10 @@
#!/bin/sh
+# $Id: make-zip-4CTAN.sh 147 2022-05-21 22:20:08Z karl $
# This file is part of the Gentium package for TeX.
# It is licensed under the Expat License, see doc//README for details.
+#
+# Build the distribution zip file for uploading to CTAN, which includes
+# a "flat" tree and another .tds.zip with the full TDS directory tree.
mydir=`cd \`dirname $0\` && pwd`
@@ -24,7 +28,7 @@ else
fi
pkgname=gentium-tug
-(cd $TDS/doc/fonts/$pkgname && make clean)
+(cd $TDS/doc/fonts/$pkgname/$pkgname && make clean)
(cd $TDS/source/fonts/$pkgname && make clean)
CTAN="$tmpdir/$pkgname"
@@ -33,7 +37,6 @@ mkdir -p "$CTAN/map" || exit 1
rsync="rsync -a --delete --exclude=**/.svn"
$rsync "$TDS/doc/fonts/$pkgname/" "$CTAN/doc/" || exit 1
$rsync "$TDS/source/fonts/$pkgname/" "$CTAN/source/"
-$rsync "$TDS/tex/context/third/$pkgname/" "$CTAN/context/"
$rsync "$TDS/tex/latex/$pkgname/" "$CTAN/latex/"
$rsync "$TDS/fonts/afm/public/$pkgname/" "$CTAN/afm/"
$rsync "$TDS/fonts/tfm/public/$pkgname/" "$CTAN/tfm/"
@@ -65,5 +68,5 @@ if $local; then :; else
echo
fi
-ls -l $tdszip_dest/$pkgname.tds.zip $tmpdir/$pkgname.zip
-
+zipinfo -1 $tmpdir/$pkgname.zip >$tmpdir/$pkgname.lst
+ls -l $tdszip_dest/$pkgname.tds.zip $tmpdir/$pkgname.zip $tmpdir/$pkgname.lst