COMMIT
Update of
xemacs.sourceforge.net failed this time:
Updating website as xemacs(a)sunsite.dk ...
Updating website as xemacs(a)xemacs.sourceforge.net ...
Permission denied, please try again.
Permission denied, please try again.
Permission denied.
Updating website as xemacweb(a)www.xemacs.org ...
namazu index update is finally in progress at
www.xemacs.org.
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.248
diff -u -U0 -r1.248 ChangeLog
--- ChangeLog 11 Feb 2006 19:14:23 -0000 1.248
+++ ChangeLog 11 Feb 2006 19:31:44 -0000
@@ -2,0 +3,4 @@
+ * Makefile (namazu-re-index): Fix test for index directory.
+
+2006-02-11 Adrian Aichner <adrian(a)xemacs.org>
+
xemacsweb source patch:
Diff command: cvs -f -z3 -q diff -u -w -N
Files affected: Makefile
Index: Makefile
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacsweb/Makefile,v
retrieving revision 1.54
diff -u -w -r1.54 Makefile
--- Makefile 11 Feb 2006 19:14:23 -0000 1.54
+++ Makefile 11 Feb 2006 19:31:29 -0000
@@ -103,7 +103,7 @@
# unless they are newer than the associated template.
namazu-re-index: FORCE
touch index.html
- if test -n "$(NAMAZU_INDEX_DIR)" -a -f "$(NAMAZU_INDEX_DIR)"; then
\
+ if test -n "$(NAMAZU_INDEX_DIR)" -a -d "$(NAMAZU_INDEX_DIR)"; then
\
$(MKNMZ) --output-dir=$(NAMAZU_INDEX_DIR) . ; \
fi;
--
Adrian Aichner
mailto:adrian@xemacs.org
http://www.xemacs.org/