mirror of
https://github.com/boostorg/beast.git
synced 2025-08-02 14:24:31 +02:00
Log the value of LIB_DIR for doc builds (debug)
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
Version 99:
|
||||||
|
|
||||||
|
* Log the value of LIB_DIR for doc builds (debug)
|
||||||
|
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
Version 98:
|
Version 98:
|
||||||
|
|
||||||
* basic_fields::key_compare is noexcept
|
* basic_fields::key_compare is noexcept
|
||||||
|
@@ -85,6 +85,7 @@ if [ os.name ] = NT
|
|||||||
{
|
{
|
||||||
SET LIB_DIR=$(2:B=:S=..)
|
SET LIB_DIR=$(2:B=:S=..)
|
||||||
SET XML_OUTPUT=$(1:D)
|
SET XML_OUTPUT=$(1:D)
|
||||||
|
echo "LIB_DIR=$(LIB_DIR)" > $(LIB_DIR)/doc/html/lib_dir.txt
|
||||||
"$(.doxygen)" $(2)
|
"$(.doxygen)" $(2)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user