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

karl at gnu.org.ua karl at gnu.org.ua
Sat Dec 19 17:35:20 CET 2020


Author: karl
Date: 2020-12-19 18:35:19 +0200 (Sat, 19 Dec 2020)
New Revision: 863

Modified:
   trunk/Makefile
   trunk/README
Log:
clarify license

Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2020-12-19 16:33:50 UTC (rev 862)
+++ trunk/Makefile	2020-12-19 16:35:19 UTC (rev 863)
@@ -117,8 +117,6 @@
 	mkdir $(htmlsplit) && cd $(htmlsplit) && ln -s ../* .	
 	cd $(htmlsplit) && $(makeinfo) $(htmlopts) latex2e.texi
 	cd $(htmlsplit)/latex2e && ln -s ../../latex2e-figures .
-	./src/easyurls.py --directory $(htmlsplit)/latex2e --action softlink \
-	                  --lower_case --rewrite_index
 
 # Right before a commit, delete html files that are gone and add new ones.
 htmlsplitstatus = cd $(htmlsplit)/latex2e && svn status *.html
@@ -128,7 +126,7 @@
 # we linked everything above, remove the unused upper-level links.
 	cd $(htmlsplit) && svn status | sed -n 's/^\?//p' | xargs rm -f
 	rm -rf latex2e.t2dvi # fix requires rebuilding svn repo, it seems
-	$(htmlsplitstatus)
+	svn status
 
 # A hacky spell check target.
 # Remove \commandnames to reduce exception list, but not {args} or

Modified: trunk/README
===================================================================
--- trunk/README	2020-12-19 16:33:50 UTC (rev 862)
+++ trunk/README	2020-12-19 16:35:19 UTC (rev 863)
@@ -1,6 +1,6 @@
 $Id$
 README for latex2e.texi, aka the latex2e-help-texinfo package.
-Public domain.  This README file originally written 2008, Karl Berry.
+This README file originally written 2008, Karl Berry.
 
 This project is an attempt to write a reference manual for core LaTeX.
 It is unofficial and the LaTeX Project members have not reviewed it.
@@ -20,4 +20,7 @@
 material, general discussion, whatever, to latexrefman at tug.org (see
 http://lists.tug.org/latexrefman for archives and subscription via the web).
 
-
+License: the manual is released under the old-style GNU documentation
+license, because that is what the original authors used. (It was the
+recommended license at the time.) This README file and other
+supplementary files are public domain.



More information about the latexrefman-commits mailing list.