Replace doxyrun.sh with makefile
This commit is contained in:
parent
d70464ca6a
commit
d71421f85c
10
GeneralUtility/doxygen/Makefile
Normal file
10
GeneralUtility/doxygen/Makefile
Normal file
@ -0,0 +1,10 @@
|
||||
all:
|
||||
# Copy all but the header of the readme here
|
||||
tail ../../readme.md -n +2 > index.md
|
||||
#
|
||||
# Run doxygen
|
||||
doxygen doxyfig
|
||||
#
|
||||
# Cleanup index.md
|
||||
rm index.md
|
||||
|
@ -1,11 +0,0 @@
|
||||
#!zsh
|
||||
|
||||
# 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user