[gentium-commits] [SCM] gentium updated: r147 - trunk/gentium/source/fonts/gentium-tug

Karl Berry INVALID.NOREPLY at gnu.org.ua
Sun May 22 00:20:09 CEST 2022


Author: karl
Date: 2022-05-21 22:20:08 +0000 (Sat, 21 May 2022)
New Revision: 147

Modified:
   trunk/gentium/source/fonts/gentium-tug/Makefile
   trunk/gentium/source/fonts/gentium-tug/make-zip-4CTAN.sh
Log:
remove reference to context dir, for upload

Modified: trunk/gentium/source/fonts/gentium-tug/Makefile
===================================================================
--- trunk/gentium/source/fonts/gentium-tug/Makefile	2022-05-21 22:17:01 UTC (rev 146)
+++ trunk/gentium/source/fonts/gentium-tug/Makefile	2022-05-21 22:20:08 UTC (rev 147)
@@ -1,3 +1,4 @@
+# $Id$
 # This file is part of the Gentium package for TeX.
 # It is licensed under the Expat License, see doc//README for details.
 #


Property changes on: trunk/gentium/source/fonts/gentium-tug/Makefile
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Date Author Id Revision
\ No newline at end of property
Modified: trunk/gentium/source/fonts/gentium-tug/make-zip-4CTAN.sh
===================================================================
--- trunk/gentium/source/fonts/gentium-tug/make-zip-4CTAN.sh	2022-05-21 22:17:01 UTC (rev 146)
+++ trunk/gentium/source/fonts/gentium-tug/make-zip-4CTAN.sh	2022-05-21 22:20:08 UTC (rev 147)
@@ -37,7 +37,6 @@
 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/"
@@ -69,5 +68,5 @@
   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



More information about the gentium-commits mailing list.