view doc/Makefile @ 283:730dfd7d613d

Precendence fix
author Jamie Bullock <jamie@jamiebullock.com>
date Mon, 01 Apr 2019 21:07:13 +0100
parents 9fecd1eaaec1
children
line wrap: on
line source

all:
	@$(shell (cat Doxyfile; echo "PROJECT_NUMBER=$(XTRACT_VERSION)") | doxygen - )

clean:
	@$(RM) -r latex html