summaryrefslogtreecommitdiffstats
path: root/StringTools/doxygen/Makefile
blob: c3daf9038d966332a70f719fedd4af49cc081400 (plain)
1
2
3
4
5
6
7
8
9
10
all:
	# Copy all but the header of the readme here
	tail ../../readme.md -n +4 > index.md
	#
	# Run doxygen
	doxygen doxyfig
	#
	# Cleanup index.md
	rm index.md