view doc/Makefile @ 274:2a7074774cc7

Attempt to fix Linux build error
author Jamie Bullock <jamie@jamiebullock.com>
date Tue, 11 Nov 2014 19:53:38 +0000
parents 9fecd1eaaec1
children
line wrap: on
line source

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

clean:
	@$(RM) -r latex html