Log the value of LIB_DIR for doc builds (debug)

This commit is contained in:
Vinnie Falco
2017-08-01 12:41:36 -07:00
parent f50f439976
commit 7e1ade4169
2 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
Version 99:
* Log the value of LIB_DIR for doc builds (debug)
--------------------------------------------------------------------------------
Version 98:
* basic_fields::key_compare is noexcept

View File

@@ -85,6 +85,7 @@ if [ os.name ] = NT
{
SET LIB_DIR=$(2:B=:S=..)
SET XML_OUTPUT=$(1:D)
echo "LIB_DIR=$(LIB_DIR)" > $(LIB_DIR)/doc/html/lib_dir.txt
"$(.doxygen)" $(2)
}
}