10 lines
159 B
Bash
10 lines
159 B
Bash
|
# 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
|
||
|
|