Fix #1004, 1005: Various meson problems
[geeqie.git] / doc / create-doxygen-lua-api.sh
index f08e1a5..764e949 100755 (executable)
 ## that are useful as part of an API description.
 ##
 
+if ! command -v doxygen > /dev/null
+then
+       printf '%s\n' "doxygen not installed"
+       exit 1
+fi
+
 export PROJECT="Geeqie"
 VERSION=$(git tag --list v[1-9]* | tail -1)
 export VERSION