mirror of
https://github.com/boostorg/beast.git
synced 2025-08-04 07:14:32 +02:00
Use correct var in doc Jamfile
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