11 lines
162 B
Makefile
11 lines
162 B
Makefile
all:
|
|
# Copy all but the header of the readme here
|
|
tail ../../readme.md -n +9 > index.md
|
|
#
|
|
# Run doxygen
|
|
doxygen doxyfig
|
|
#
|
|
# Cleanup index.md
|
|
rm index.md
|
|
|