Switch to makefile for doxygen

This commit is contained in:
Leonetienne 2022-06-01 21:03:58 +02:00
parent 3519d3191e
commit 01dc9f1d1f
No known key found for this signature in database
GPG Key ID: C33879CD92E9708C
2 changed files with 10 additions and 10 deletions

View File

@ -0,0 +1,10 @@
all:
# Copy all but the header of the readme here
tail ../../readme.md -n +5 > index.md
#
# Run doxygen
doxygen doxyfig
#
# Cleanup index.md
rm index.md

View File

@ -1,10 +0,0 @@
#!zsh
# Copy cut readme.md from root
tail ../../readme.md -n +5 > index.md
# Run doxygen
sudo doxygen doxyfig
# Delete index afterwards to prevent people from editing it
rm -f index.md