User: adrian
Date: 06/02/11 19:39:48
Modified: xemacsweb ChangeLog Local.rules.template
Log:
xemacsweb: Simplify namazu-re-index rule
-------------------- ChangeLog entries follow: --------------------
ChangeLog addition:
2006-02-11 Adrian Aichner <adrian(a)xemacs.org>
* Local.rules.template: Simplify namazu-re-index rule.
Revision Changes Path
1.246 +4 -0 XEmacs/xemacsweb/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacsweb/ChangeLog,v
retrieving revision 1.245
retrieving revision 1.246
diff -u -p -r1.245 -r1.246
--- ChangeLog 2006/02/11 16:55:38 1.245
+++ ChangeLog 2006/02/11 18:39:47 1.246
@@ -1,5 +1,9 @@
2006-02-11 Adrian Aichner <adrian(a)xemacs.org>
+ * Local.rules.template: Simplify namazu-re-index rule.
+
+2006-02-11 Adrian Aichner <adrian(a)xemacs.org>
+
* Local.rules.template: Fix NAMAZU_CGI value to restore automatic
namazu website index update.
1.7 +3 -10 XEmacs/xemacsweb/Local.rules.template
Index: Local.rules.template
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacsweb/Local.rules.template,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- Local.rules.template 2006/02/11 16:55:38 1.6
+++ Local.rules.template 2006/02/11 18:39:47 1.7
@@ -32,19 +32,12 @@ GENERATED_HTML_FILES=$(CONTENT_FILES:.co
# 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: