diff options
author | Jamie Bullock <jamie@jamiebullock.com> | 2014-11-07 14:46:17 +0000 |
---|---|---|
committer | Jamie Bullock <jamie@jamiebullock.com> | 2014-11-07 14:46:17 +0000 |
commit | 8a49f7c3a38fb3f50491dfe962b981e17c9716f4 (patch) | |
tree | 02b18253fc7760d082925acd270fe890720ea297 /doc/Makefile | |
parent | a2fd76be93a535d7c49a1b9dc3903be09ddfb7b7 (diff) | |
download | LibXtract-8a49f7c3a38fb3f50491dfe962b981e17c9716f4.tar.gz LibXtract-8a49f7c3a38fb3f50491dfe962b981e17c9716f4.tar.bz2 LibXtract-8a49f7c3a38fb3f50491dfe962b981e17c9716f4.zip |
Add Doxygen to build system
Diffstat (limited to 'doc/Makefile')
-rw-r--r-- | doc/Makefile | 6 |
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 |