From 989493fc0cf04ec736a261d39eee40e1d7bdf4be Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 23 May 2022 03:03:21 +0000 Subject: CTAN sync 202205230303 --- fonts/gentium-tug/source/make-zip-4CTAN.sh | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'fonts/gentium-tug/source/make-zip-4CTAN.sh') 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 -- cgit v1.2.3