APPROVE SUPERSEDES <87pt0sb275.fsf(a)tleepslib.sk.tsukuba.ac.jp>
COMMIT
Happy New Year, All!
Thanks for noticing this typo, Stephen!
This superseding patch also takes care of Makefile, which contains the
same typo just to prove my thoroughness :-)
I'll also update Local.rules on the three master websites now.
Best regards,
Adrian
xemacsweb ChangeLog patch:
Diff command: cvs -q diff -U 0
Files affected: ChangeLog
Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacsweb/ChangeLog,v
retrieving revision 1.220
diff -u -U0 -r1.220 ChangeLog
--- ChangeLog 18 Dec 2004 01:02:24 -0000 1.220
+++ ChangeLog 8 Jan 2005 17:47:21 -0000
@@ -0,0 +1,8 @@
+2005-01-08 Adrian Aichner <adrian(a)xemacs.org>
+
+ * Makefile (linklint): Fix typo in LINKLINT_IGNORESET.
+
+2004-12-30 Stephen J. Turnbull <stephen(a)xemacs.org>
+
+ * Local.rules.template (LINKLINT_IGNORESET): Fix typo.
+
xemacsweb source patch:
Diff command: cvs -f -z3 -q diff -u -w -N
Files affected: Makefile Local.rules.template
Index: Local.rules.template
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacsweb/Local.rules.template,v
retrieving revision 1.4
diff -u -w -r1.4 Local.rules.template
--- Local.rules.template 5 Dec 2004 10:21:44 -0000 1.4
+++ Local.rules.template 8 Jan 2005 17:46:32 -0000
@@ -20,7 +20,7 @@
# LINKLINT_CASE=-case
# APA: Ignore checking of links into the XEmacs CVS repository via ViewCVS.
# These checks are expensive and links are correct by design.
-LINKLINT_INGORESET=-ignore
http://cvs.xemacs.org/viewcvs.cgi/XEmacs/@
+LINKLINT_IGNORESET=-ignore
http://cvs.xemacs.org/viewcvs.cgi/XEmacs/@
GENPAGE_CONF="genpage.conf"
Index: Makefile
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacsweb/Makefile,v
retrieving revision 1.50
diff -u -w -r1.50 Makefile
--- Makefile 16 Dec 2004 22:45:03 -0000 1.50
+++ Makefile 8 Jan 2005 17:46:32 -0000
@@ -44,7 +44,7 @@
# and not hidden by index.html, which does not reference url*.html
# files.
linklint: FORCE
- $(LINKLINT) $(LINKLINT_CASE) -docbase
http://www.xemacs.org -net -limit 0 -db3 /@ -doc
$(LINKLINT_OUTDIR) $(LINKLINT_INGORESET) -output_index site -timeout 30
+ $(LINKLINT) $(LINKLINT_CASE) -docbase
http://www.xemacs.org -net -limit 0 -db3 /@ -doc
$(LINKLINT_OUTDIR) $(LINKLINT_IGNORESET) -output_index site -timeout 30
# APA: To be run after initial checkout of module.
# Create directory for commit logs.
--
Adrian Aichner
mailto:adrian@xemacs.org
http://www.xemacs.org/