changeset 11052:cdd9fb032ed2

Fix two missing slashes.
author lumag
date Wed, 08 Oct 2003 07:38:52 +0000
parents 5418c410a3da
children ef7d1c18db8b
files DOCS/xml/Makefile
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/xml/Makefile	Wed Oct 08 06:57:33 2003 +0000
+++ b/DOCS/xml/Makefile	Wed Oct 08 07:38:52 2003 +0000
@@ -25,7 +25,7 @@
 	for dir in $(SUBDIRS); do\
 		test -f $$dir/Makefile &&\
 		(test -d $(HTML_TOP)/$$dir || mkdir $(HTML_TOP)/$$dir) &&\
-		if $(MAKE) HTMLDIR=../$(HTML_TOP)/$$dir -C $$dir; then :; else exit 1; fi;
+		if $(MAKE) HTMLDIR=../$(HTML_TOP)/$$dir -C $$dir; then :; else exit 1; fi;\
 	done
 
 .PHONY: clean-html
@@ -36,7 +36,7 @@
 distclean: clean-html
 	for dir in $(SUBDIRS); do\
 		test -f $$dir/Makefile &&\
-		if $(MAKE) HTMLDIR=../$(HTML_TOP)/$$dir -C $$dir distclean ; then :; else exit 1; fi;
+		if $(MAKE) HTMLDIR=../$(HTML_TOP)/$$dir -C $$dir distclean ; then :; else exit 1; fi;\
 	done
 	-rm -f html.xsl xsltproc.sh xmllint.sh