mirror of
https://github.com/boostorg/beast.git
synced 2025-08-03 23:04:35 +02:00
Use LIB_DIR in text output (debug)
This commit is contained in:
@@ -94,7 +94,7 @@ else
|
|||||||
{
|
{
|
||||||
export LIB_DIR=$(2:B=:S=..)
|
export LIB_DIR=$(2:B=:S=..)
|
||||||
export XML_OUTPUT=$(1:D)
|
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)
|
"$(.doxygen)" $(2)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user