comparison DOCS/xml/Makefile.inc @ 29959:c84e248bd7e3

cosmetics: Remove pointless trailing /.
author diego
date Sun, 13 Dec 2009 21:51:09 +0000
parents efab4a4da7b0
children a08a776121b8
comparison
equal deleted inserted replaced
29958:c5ddf34d6f57 29959:c84e248bd7e3
38 38
39 xmllint: main.xml $(SYMLINKS_DEPS) 39 xmllint: main.xml $(SYMLINKS_DEPS)
40 ../xmllint.sh $< 40 ../xmllint.sh $<
41 41
42 $(HTMLDIR)/index.html: main.xml $(CHUNK_XSL_DEPS) $(SYMLINKS_DEPS) xmllint 42 $(HTMLDIR)/index.html: main.xml $(CHUNK_XSL_DEPS) $(SYMLINKS_DEPS) xmllint
43 cp -f $(HTML_STYLESHEET) $(HTMLDIR)/ 43 cp -f $(HTML_STYLESHEET) $(HTMLDIR)
44 ../xsltproc.sh $(HTMLDIR)/ $(HTML_CHUNK_XSL) $< 44 ../xsltproc.sh $(HTMLDIR)/ $(HTML_CHUNK_XSL) $<
45 45
46 $(HTMLFILE): main.xml $(XSL_DEPS) $(SYMLINKS_DEPS) xmllint 46 $(HTMLFILE): main.xml $(XSL_DEPS) $(SYMLINKS_DEPS) xmllint
47 cp -f $(HTML_STYLESHEET) $(@D) 47 cp -f $(HTML_STYLESHEET) $(@D)
48 ../xsltproc.sh $@ $(HTML_SINGLE_XSL) $< 48 ../xsltproc.sh $@ $(HTML_SINGLE_XSL) $<