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

karl at gnu.org.ua karl at gnu.org.ua
Sun May 16 00:49:05 CEST 2021


Author: karl
Date: 2021-05-15 22:49:05 +0000 (Sat, 15 May 2021)
New Revision: 907

Modified:
   trunk/Makefile
Log:
website process doc


Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2021-05-15 22:43:50 UTC (rev 906)
+++ trunk/Makefile	2021-05-15 22:49:05 UTC (rev 907)
@@ -111,16 +111,27 @@
 	rm -rf $(distname)
 	@ls -l $(distzip); unzip -l $(distzip)
 
-# To update web site, after basic build is ok,
+# To update web site, after basic build is ok (check-dw, spelling, etc.),
 # first undo temporary build results:
 #   make svr       # revert generated single files
 #   make svrsplit  # revert generated split html
-# Then update ChangeLog, etc.,
+# then update ChangeLog, etc.,
 # then svn commit the modified source files,
 # then:
 #   make
 #   make htmlsplit
 #   make commitready
+#   svn commit  # to commit regenerated files   
+# then:
+#   svn update  # to restore easy url stubs
+#   
+# TODO: The easy urls generated by src/easyurls.py are not handled by
+# this. When new nodes are added, if not before, we'll have to figure
+# out how that works again.
+# 
+# TODO: There used to be a nice intro at the top of the generated
+# document, that is, the first thing people would see at
+# https://latexref.xyz. That also needs to be restore.
 
 # Get many small .html files.
 htmlsplit: en



More information about the latexrefman-commits mailing list.