Use LIB_DIR in text output (debug)

This commit is contained in:
Vinnie Falco
2017-08-02 09:19:19 -07:00
parent e21d251e6c
commit 5460b8618c

View File

@@ -94,7 +94,7 @@ else
{
export LIB_DIR=$(2:B=:S=..)
export XML_OUTPUT=$(1:D)
echo "LIB_DIR=$LIB_DIR" > $(LIB_DIR)/doc/html/lib_dir.txt
echo "LIB_DIR=$LIB_DIR" > "$LIB_DIR/doc/html/lib_dir.txt"
"$(.doxygen)" $(2)
}
}