GCrypt/Doxygen/doxyrun.sh

10 lines
159 B
Bash
Raw Normal View History

2022-02-28 00:26:28 +01:00
# Copy repository readme here to be used as a cover page
tail ../readme.md -n +2 > index.md
# Run doxygen
doxygen doxyfig
# Cleanup index.md
rm -f index.md