[latexrefman-commits] r546 - /trunk/Makefile

karl at domain.hid karl at domain.hid
Tue Nov 1 00:15:17 CET 2016


Author: karl
Date: Tue Nov  1 00:15:17 2016
New Revision: 546

URL: http://svn.gna.org/viewcvs/latexrefman?rev=546&view=rev
Log:
(spell): oops, A-Z intended in range.

Modified:
    trunk/Makefile

Modified: trunk/Makefile
URL: http://svn.gna.org/viewcvs/latexrefman/trunk/Makefile?rev=546&r1=545&r2=546&view=diff
==============================================================================
--- trunk/Makefile	(original)
+++ trunk/Makefile	Tue Nov  1 00:15:17 2016
@@ -95,7 +95,7 @@
 # Remove \commandnames to reduce exception list, but not {args} or
 # [args], since they are often words.
 spell spell-en:
-	sed -e 's/\\[a-zA-z]*//g' latex2e.texi \
+	sed -e 's/\\[a-zA-Z]*//g' latex2e.texi \
 	| aspell list --mode=texinfo --add-extra-dicts=`pwd`/aspell.en.pws \
         | sort -f -u
 





More information about the latexrefman-commits mailing list