summaryrefslogtreecommitdiffstats
path: root/StringTools/doxygen/Makefile
blob: 7a1bb4f6993135969ddcd15cbfb8768f9d8f8d2d (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 +2 > index.md
	#
	# Run doxygen
	doxygen doxyfig
	#
	# Cleanup index.md
	rm index.md