COMMIT
This patch removes the need for NAMAZU_CGI and XEMACS_WEB_DIR.
Associated Makefile update will follow once I have merged this change
to Local.rules on master websites.
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.245
diff -u -U0 -r1.245 ChangeLog
--- ChangeLog 11 Feb 2006 16:55:38 -0000 1.245
+++ ChangeLog 11 Feb 2006 18:39:16 -0000
@@ -2,0 +3,4 @@
+ * Local.rules.template: Simplify namazu-re-index rule.
+
+2006-02-11 Adrian Aichner <adrian(a)xemacs.org>
+
xemacsweb source patch:
Diff command: cvs -f -z3 -q diff -u -w -N
Files affected: Local.rules.template
Index: Local.rules.template
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacsweb/Local.rules.template,v
retrieving revision 1.6
diff -u -w -r1.6 Local.rules.template
--- Local.rules.template 11 Feb 2006 16:55:38 -0000 1.6
+++ Local.rules.template 11 Feb 2006 18:37:17 -0000
@@ -32,19 +32,12 @@
# APA: Files generated by texi2html do not need to be validated.
HTML_FILES=$(shell $(FIND) . \( -path ./Documentation/21.5/html -o -path
./Documentation/packages/html -o -path "./linklint*" -prune \) -o -name
"*.html" -print)
-# website directory
-# need to make this more generic
-# ${PWD} doesnt seem to get set on
www.xemacs.org
-XEMACS_WEB_DIR=~/xemacsweb
-# PB: setup vars for namazu reindex
-# location of namazu.cgi
-# used for testing if this system has namazu installed
-NAMAZU_CGI=$(XEMACS_WEB_DIR)/cgi-bin/namazu.cgi
# mknmz command
# used to reindex the site for namazu
MKNMZ=mknmz
-# location of namazu index files
-NAMAZU_INDEX_DIR=~/var/namazu/index
+# location of namazu index directory
+# Only
www.xemacs.org is setup up for namazu indexing as of 2006-02-11.
+NAMAZU_INDEX_DIR=/web/http-xemacs/var/namazu/index
#
# Local Variables:
--
Adrian Aichner
mailto:adrian@xemacs.org
http://www.xemacs.org/