GCrypt/GCryptLib/doxygen/doxyrun.sh

12 lines
169 B
Bash
Raw Normal View History

#!zsh
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
2022-02-28 00:26:28 +01:00
# Run doxygen
doxygen doxyfig
# Cleanup index.md
rm -f index.md