Switch to makefile for doxygen
This commit is contained in:
10
Hazelnupp/doxygen/Makefile
Normal file
10
Hazelnupp/doxygen/Makefile
Normal 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
|
||||
|
@@ -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
|
Reference in New Issue
Block a user