correct symlink logic

discovered while adding testing to the Python variant of the driver
This commit is contained in:
Martin A. Brown 2016-02-19 00:18:24 -08:00
parent 80eeff0c95
commit e9ef018a5c
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ xml-$(HTML): xml-$(HTMLS)
--stringparam admon.graphics.path images/ \
--stringparam base.dir . \
"$(XSLCHUNK)" "$(OBJ)" \
&& ln -snf $(VERBOSE) -- index.html $(notdir $(HTML)))
&& ln -snf $(VERBOSE) -- $(notdir $(HTML)) index.html)
# -- what about images and other resources?