QUERY
Sorry to bug you again, but as long as you're interested enough to try
to get it right, I'm gonna ask:
>>>> "SY" == Steve Youngs
<sryoungs(a)bigpond.net.au> writes:
SY> [...]
# Experimental rule to build latin-unity-tables.el.
-latin-unity-tables.el: latin-unity-vars.elc latin-unity-utils.elc
- $(BOOT_XEMACS) -l latin-unity-utils -f latin-unity-dump-tables
- @echo "*** You may see a few warnings about ISO 8859/3. ***"
- @echo "*** This is OK; it doesn't use all code points. ***"
+#latin-unity-tables.el: latin-unity-vars.elc latin-unity-utils.elc
+# $(BOOT_XEMACS) -l latin-unity-utils -f latin-unity-dump-tables
+# @echo "*** You may see a few warnings about ISO 8859/3. ***"
+# @echo "*** This is OK; it doesn't use all code points. ***"
Is this deletion necessary? It's definitely possible that people with
= 21.5.6 would want to rebuild the table, depending on their needs
and possible changes in ISO 8859 -- I think Latin-10 is still pending,
and maybe -7 and -8. These would be reflected in the Unicode Consortium
tables, and eventually in our etc/unicode stuff.
If it's necessary, how about a rule
.PHONY: build-table
build-table: latin-unity-vars.elc latin-unity-utils.elc
$(BOOT_XEMACS) -l latin-unity-utils -f latin-unity-dump-tables
@echo "*** You may see a few warnings about ISO 8859/3. ***"
@echo "*** This is OK; it doesn't use all code points. ***"
--
Institute of Policy and Planning Sciences
http://turnbull.sk.tsukuba.ac.jp
University of Tsukuba Tennodai 1-1-1 Tsukuba 305-8573 JAPAN
Ask not how you can "do" free software business;
ask what your business can "do for" free software.