From e9ef018a5c799c47139228f69a7ec18cc71d30f3 Mon Sep 17 00:00:00 2001 From: "Martin A. Brown" Date: Fri, 19 Feb 2016 00:18:24 -0800 Subject: [PATCH] correct symlink logic discovered while adding testing to the Python variant of the driver --- LDP/builder-2016/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LDP/builder-2016/Makefile b/LDP/builder-2016/Makefile index 783318c2..75661d54 100644 --- a/LDP/builder-2016/Makefile +++ b/LDP/builder-2016/Makefile @@ -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?