User: adrian
Date: 06/02/11 19:53:10
Modified: xemacsweb ChangeLog Makefile
Log:
xemacsweb: Simplify namazu-re-index rule
-------------------- ChangeLog entries follow: --------------------
ChangeLog addition:
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).
Revision Changes Path
1.247 +5 -0 XEmacs/xemacsweb/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacsweb/ChangeLog,v
retrieving revision 1.246
retrieving revision 1.247
diff -u -p -r1.246 -r1.247
--- ChangeLog 2006/02/11 18:39:47 1.246
+++ ChangeLog 2006/02/11 18:53:09 1.247
@@ -1,5 +1,10 @@
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).
+
+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>
1.53 +2 -3 XEmacs/xemacsweb/Makefile
Index: Makefile
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacsweb/Makefile,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -p -r1.52 -r1.53
--- Makefile 2005/12/18 20:38:46 1.52
+++ Makefile 2006/02/11 18:53:09 1.53
@@ -103,9 +103,8 @@ validate-time-stamp: $(HTML_FILES)
# unless they are newer than the associated template.
namazu-re-index: FORCE
touch index.html
- if test -n "${NAMAZU_CGI}" -a -f "${NAMAZU_CGI}"; then \
- cd ${NAMAZU_INDEX_DIR}; \
- ${MKNMZ} ${XEMACS_WEB_DIR}; \
+ if test -n "$(NAMAZU_INDEX_DIR)" -a -f "$(NAMAZU_INDEX_DIR)"; then
\
+ $(MKNMZ) --output-dir=$(NAMAZU_INDEX_DIR) .
fi;
# APA: Remove all .html files (and backups) generated from .content
Show replies by date