aboutsummaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
authorJamie Bullock <jamie@jamiebullock.com>2014-11-07 14:46:17 +0000
committerJamie Bullock <jamie@jamiebullock.com>2014-11-07 14:46:17 +0000
commit8a49f7c3a38fb3f50491dfe962b981e17c9716f4 (patch)
tree02b18253fc7760d082925acd270fe890720ea297 /doc/Makefile
parenta2fd76be93a535d7c49a1b9dc3903be09ddfb7b7 (diff)
downloadLibXtract-8a49f7c3a38fb3f50491dfe962b981e17c9716f4.tar.gz
LibXtract-8a49f7c3a38fb3f50491dfe962b981e17c9716f4.tar.bz2
LibXtract-8a49f7c3a38fb3f50491dfe962b981e17c9716f4.zip
Add Doxygen to build system
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile6
1 files changed, 6 insertions, 0 deletions
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