identiconpp/build_doc.sh
tastytea 062e435d8c
Some checks failed
the build failed
Initial commit
2018-12-25 21:26:51 +01:00

9 lines
185 B
Bash
Executable File

#!/bin/sh
if [ -f Doxyfile ]; then
mkdir -p doc
(cat Doxyfile && echo -n "PROJECT_NUMBER = " &&
grep -Eo '[0-9]+.[0-9]+.[0-9]+$' CMakeLists.txt) \
| doxygen -
fi