Replace doxyrun.sh with makefile
This commit is contained in:
parent
1bfd756aa8
commit
57cd52195e
@ -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
|
|
||||||
|
|
10
Eule/doxygen/Makefile
Normal file
10
Eule/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
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user