diff options
| author | Jamie Bullock <jamie@jamiebullock.com> | 2014-11-08 00:07:02 +0000 |
|---|---|---|
| committer | Jamie Bullock <jamie@jamiebullock.com> | 2014-11-08 00:07:02 +0000 |
| commit | ba706261d3fc5b436aa6f09d57e62eeb77377d8f (patch) | |
| tree | 4faadd5931a89a847ae9bb2345d9fe7bb0e2f778 /doc/Makefile | |
| parent | 89890e226e5da72743f885cefb5273c51baf094e (diff) | |
| parent | 89a9ec7a352dc35141b8f9a87c202fdd448e9a6f (diff) | |
| download | LibXtract-ba706261d3fc5b436aa6f09d57e62eeb77377d8f.tar.gz LibXtract-ba706261d3fc5b436aa6f09d57e62eeb77377d8f.tar.bz2 LibXtract-ba706261d3fc5b436aa6f09d57e62eeb77377d8f.zip | |
Merge branch 'feature/no-autotools' into develop
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 |