[latexrefman-commits] [SCM] latexrefman updated: r1175 - trunk

Karl Berry INVALID.NOREPLY at gnu.org.ua
Mon May 13 17:37:39 CEST 2024


Author: karl
Date: 2024-05-13 15:37:39 +0000 (Mon, 13 May 2024)
New Revision: 1175

Modified:
   trunk/CTAN
   trunk/ChangeLog
   trunk/Makefile
Log:
more release docs

Modified: trunk/CTAN
===================================================================
--- trunk/CTAN	2024-05-13 15:20:32 UTC (rev 1174)
+++ trunk/CTAN	2024-05-13 15:37:39 UTC (rev 1175)
@@ -30,10 +30,16 @@
 - Commit to svn.
   svn commit -m"CTAN upload of YYYY-MM-DD"
 
-- Upload at https://ctan.org/upload (package update).
+- Upload:
+First visit https://ctan.org/pkg/latex2e-help-texinfo.
+Then https://ctan.org/upload (prefills most fields).
 Name of contribution: latex2e-help-texinfo
 Version: update to today's date.
+Zip file: latex2e-help-texinfo.zip
+
 After CTAN processing, new version will be available at
 https://ctan.org/pkg/latex2e-help-texinfo, and from there to TeX Live, etc.
 
-- Update https://latexref.xyz web pages: qqq
+- Update https://latexref.xyz web pages:
+ssh latexref.xyz -l karl # for the present ...
+svn -q update /home/karl/src/latexrefman

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2024-05-13 15:20:32 UTC (rev 1174)
+++ trunk/ChangeLog	2024-05-13 15:37:39 UTC (rev 1175)
@@ -1,3 +1,11 @@
+2024-05-13  Karl Berry  <karl at freefriends.org>
+
+	* Makefile (distdiff): new target to diff against released.
+	(distclean): also remove src/latex2e and src/testdist.
+	Still don't really understand.
+	* CTAN: visit /pkg/ page before /upload; terse hint
+	about updating latexref.xyz.
+
 2024-05-12  Karl Berry  <karl at freefriends.org>
 
 	* May 2024 release to CTAN.

Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2024-05-13 15:20:32 UTC (rev 1174)
+++ trunk/Makefile	2024-05-13 15:37:39 UTC (rev 1175)
@@ -96,13 +96,13 @@
 
 # Sort of following the GNU sequence of clean targets.
 distclean clean mostlyclean:
-	rm -rf latex2e*.t2* $(distname)-tree*
+	rm -rf latex2e*.t2* $(distname)-tree src/latex2e src/testdist
 
 realclean maintainer-clean: distclean
 	rm -f $(addprefix latex2e*., pdf dvi $(mi_suffixes) $(xref_suffixes))
 
 
-# 
 Basic dist target for CTAN, but please see ./README
+# 
 Basic dist target for CTAN, but please see ./CTAN
 # for all the necessary steps.
 # 
 txt_files = ChangeLog Makefile NEWS README \
@@ -161,11 +161,13 @@
 #	$(MAKE) easyurls     # depends on htmlsplit and dist
 #	$(MAKE) commitready  # depends on easyurls;
 #			     # many files will have status !
+#       $(MAKE) distdiff     # diff from last release, if you have TL
 # and then:
 #   svn commit        # to commit regenerated files
 # then:
 #   svn -q update     # restore easy url stubs
-#   make svrsplit  # restore generated split html
+#   make svrsplit     # restore generated split html
+#   make distclean    # remove 
 #
 # If uploading to CTAN:
 #   see file ./CTAN (update NEWS, write announcement, etc.)
@@ -203,6 +205,10 @@
 	rm -rf latex2e.t2dvi # fix requires rebuilding svn repo, it seems
 	svn status
 
+# spanish/ will not in the released version, that's a separate directory.
+distdiff:
+	diff -u0r /usr/local/texlive/dev/texmf-dist/doc/latex/$(distname) $(distname) | tee /tmp/lrdiff
+
 # A hacky spell check target.
 # Remove \commandnames to reduce exception list, but not {args} or
 # [args], since they are often words.



More information about the latexrefman-commits mailing list.