From 8a49f7c3a38fb3f50491dfe962b981e17c9716f4 Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Fri, 7 Nov 2014 14:46:17 +0000 Subject: Add Doxygen to build system --- doc/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/Makefile (limited to 'doc/Makefile') diff --git a/doc/Makefile b/doc/Makefile new file mode 100644 index 0000000..048d758 --- /dev/null +++ b/doc/Makefile @@ -0,0 +1,6 @@ + +all: + @$(shell (cat Doxyfile; echo "PROJECT_NUMBER=$(XTRACT_VERSION)") | doxygen - ) + +clean: + @$(RM) -r latex html -- cgit v1.2.3