Quote doxygen command where necessary

... if the doxygen path includes spaces.

Done for configure/make + CMake.
This commit is contained in:
Albrecht Schlosser
2024-01-11 00:33:22 +01:00
parent 08e64283aa
commit 32514e6d2b
4 changed files with 13 additions and 14 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ fi
# with our PDF document title page (LaTeX code) and write the
# result to $DOXY_HEAD.
$DOXY_CMD -w latex $DOXY_TEMP /dev/null /dev/null
"$DOXY_CMD" -w latex $DOXY_TEMP /dev/null /dev/null
# combine three parts of these files to the output file
# using '( ... ) > $DOXY_HEAD' to write (concatenate)