changeset 29959:c84e248bd7e3

cosmetics: Remove pointless trailing /.
author diego
date Sun, 13 Dec 2009 21:51:09 +0000
parents c5ddf34d6f57
children 67727e918ec2
files DOCS/xml/Makefile.inc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/xml/Makefile.inc	Sun Dec 13 21:43:31 2009 +0000
+++ b/DOCS/xml/Makefile.inc	Sun Dec 13 21:51:09 2009 +0000
@@ -40,7 +40,7 @@
 	../xmllint.sh $<
 
 $(HTMLDIR)/index.html: main.xml $(CHUNK_XSL_DEPS) $(SYMLINKS_DEPS) xmllint
-	cp -f $(HTML_STYLESHEET) $(HTMLDIR)/
+	cp -f $(HTML_STYLESHEET) $(HTMLDIR)
 	../xsltproc.sh $(HTMLDIR)/ $(HTML_CHUNK_XSL) $<
 
 $(HTMLFILE): main.xml $(XSL_DEPS) $(SYMLINKS_DEPS) xmllint