aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/makefile
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-12-29 20:06:49 +0000
committerlloyd <[email protected]>2009-12-29 20:06:49 +0000
commitfdd760200801d59f3db7dbb2118201734692c694 (patch)
tree674f97763cabc15f03421c39c2cf825cd61a0498 /src/build-data/makefile
parent2039bef6ea62c8c07b7416937f63b4870dfcf2b6 (diff)
Fix make doxygen
Diffstat (limited to 'src/build-data/makefile')
-rw-r--r--src/build-data/makefile/unix.in2
-rw-r--r--src/build-data/makefile/unix_shr.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/build-data/makefile/unix.in b/src/build-data/makefile/unix.in
index 22ff919cc..a39a10907 100644
--- a/src/build-data/makefile/unix.in
+++ b/src/build-data/makefile/unix.in
@@ -76,7 +76,7 @@ $(STATIC_LIB): $(LIBOBJS)
static: $(STATIC_LIB)
doxygen:
- doxygen %{doc_src_dir}/botan.doxy
+ doxygen %{build_dir}/botan.doxy
clean:
$(RM_R) %{build_dir}/lib/* %{build_dir}/checks/*
diff --git a/src/build-data/makefile/unix_shr.in b/src/build-data/makefile/unix_shr.in
index 499b7eb92..db445163e 100644
--- a/src/build-data/makefile/unix_shr.in
+++ b/src/build-data/makefile/unix_shr.in
@@ -90,7 +90,7 @@ static: $(STATIC_LIB)
shared: $(SHARED_LIB)
doxygen:
- doxygen %{doc_src_dir}/botan.doxy
+ doxygen %{build_dir}/botan.doxy
clean:
$(RM_R) %{build_dir}/lib/* %{build_dir}/checks/*