aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-06-22 18:30:50 +0000
committerlloyd <[email protected]>2010-06-22 18:30:50 +0000
commit31cfe6035e5b823ecee20dc0c6b0d0d6d91919f2 (patch)
treee9a8b62ac4f13fda0b45d8b7153e0c2bcdf76804 /src
parent141f97ff6ab24a5f46da4b3f7e56f1504e9111b5 (diff)
The Perl configure put the doxy file into doc/, while the Python one
put it into build/, and the makefiles still expected it to live in doc/. Change it so everything uses build/ as the location for the doxy file. Reported by Markus Reichelt.
Diffstat (limited to 'src')
-rw-r--r--src/build-data/makefile/unix.in4
-rw-r--r--src/build-data/makefile/unix_shr.in4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/build-data/makefile/unix.in b/src/build-data/makefile/unix.in
index a48a5a17e..f0902dc05 100644
--- a/src/build-data/makefile/unix.in
+++ b/src/build-data/makefile/unix.in
@@ -92,7 +92,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/*
@@ -100,7 +100,7 @@ clean:
distclean: clean
$(RM_R) %{build_dir}
- $(RM_R) %{doc_src_dir}/doxygen %{doc_src_dir}/botan.doxy
+ $(RM_R) %{doc_src_dir}/doxygen
$(RM) Makefile $(CONFIG_SCRIPT) $(PKGCONFIG)
install: $(LIBRARIES)
diff --git a/src/build-data/makefile/unix_shr.in b/src/build-data/makefile/unix_shr.in
index f718d1160..403da7f21 100644
--- a/src/build-data/makefile/unix_shr.in
+++ b/src/build-data/makefile/unix_shr.in
@@ -106,7 +106,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/*
@@ -114,7 +114,7 @@ clean:
distclean: clean
$(RM_R) %{build_dir}
- $(RM_R) %{doc_src_dir}/doxygen %{doc_src_dir}/botan.doxy
+ $(RM_R) %{doc_src_dir}/doxygen
$(RM) Makefile $(CONFIG_SCRIPT) $(PKGCONFIG)
install: $(LIBRARIES)