User: adrian
Date: 06/02/11 17:55:39
Modified: xemacsweb ChangeLog Local.rules.template
Log:
xemacsweb: Fix NAMAZU_CGI value to restore automatic namazu website index update
-------------------- ChangeLog entries follow: --------------------
ChangeLog addition:
2006-02-11 Adrian Aichner <adrian(a)xemacs.org>
* Local.rules.template: Fix NAMAZU_CGI value to restore automatic
namazu website index update.
Revision Changes Path
1.245 +5 -0 XEmacs/xemacsweb/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacsweb/ChangeLog,v
retrieving revision 1.244
retrieving revision 1.245
diff -u -p -r1.244 -r1.245
--- ChangeLog 2006/02/03 01:05:54 1.244
+++ ChangeLog 2006/02/11 16:55:38 1.245
@@ -1,3 +1,8 @@
+2006-02-11 Adrian Aichner <adrian(a)xemacs.org>
+
+ * Local.rules.template: Fix NAMAZU_CGI value to restore automatic
+ namazu website index update.
+
2006-02-02 Vin Shelton <acs(a)xemacs.org>
* index.content: Announce 21.4.19, "Constant Variable".
1.6 +5 -5 XEmacs/xemacsweb/Local.rules.template
Index: Local.rules.template
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacsweb/Local.rules.template,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- Local.rules.template 2005/01/08 17:49:37 1.5
+++ Local.rules.template 2006/02/11 16:55:38 1.6
@@ -32,19 +32,19 @@ 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=~/cgi-bin/namazu.cgi
+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
-# website directory
-# need to make this more generic
-# ${PWD} doesnt seem to get set on
www.xemacs.org
-XEMACS_WEB_DIR=~/xemacsweb
#
# Local Variables: