User: adrian
Date: 06/02/11 20:14:24
Modified: xemacsweb ChangeLog Makefile
Log:
xemacsweb: Fix syntax error in Makefile
-------------------- ChangeLog entries follow: --------------------
ChangeLog addition:
2006-02-11 Adrian Aichner <adrian(a)xemacs.org>
* Makefile (namazu-re-index): Fix syntax in shell command.
Revision Changes Path
1.248 +4 -0 XEmacs/xemacsweb/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacsweb/ChangeLog,v
retrieving revision 1.247
retrieving revision 1.248
diff -u -p -r1.247 -r1.248
--- ChangeLog 2006/02/11 18:53:09 1.247
+++ ChangeLog 2006/02/11 19:14:23 1.248
@@ -1,5 +1,9 @@
2006-02-11 Adrian Aichner <adrian(a)xemacs.org>
+ * Makefile (namazu-re-index): Fix syntax in shell command.
+
+2006-02-11 Adrian Aichner <adrian(a)xemacs.org>
+
* Makefile (namazu-re-index): Simplify namazu-re-index rule (no
need to know XEMACS_WEB_DIR since we don't leave it).
1.54 +1 -1 XEmacs/xemacsweb/Makefile
Index: Makefile
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacsweb/Makefile,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -p -r1.53 -r1.54
--- Makefile 2006/02/11 18:53:09 1.53
+++ Makefile 2006/02/11 19:14:23 1.54
@@ -104,7 +104,7 @@ validate-time-stamp: $(HTML_FILES)
namazu-re-index: FORCE
touch index.html
if test -n "$(NAMAZU_INDEX_DIR)" -a -f "$(NAMAZU_INDEX_DIR)"; then
\
- $(MKNMZ) --output-dir=$(NAMAZU_INDEX_DIR) .
+ $(MKNMZ) --output-dir=$(NAMAZU_INDEX_DIR) . ; \
fi;
# APA: Remove all .html files (and backups) generated from .content
Show replies by date