[tor-commits] [obfsproxy/master] Fix building doxygen outside the source tree

asn at torproject.org asn at torproject.org
Tue Mar 6 18:41:16 UTC 2012


commit 561f3419d5fc3e421c13b87bff2f19cdd79216a7
Author: Peter Palfrader <peter at palfrader.org>
Date:   Mon Mar 5 22:17:58 2012 +0100

    Fix building doxygen outside the source tree
---
 Makefile.am |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 002df7a..4dba0a1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -77,7 +77,9 @@ EXTRA_DIST = \
 TESTS = unittests
 
 doxygen:
-	doxygen && cd doc/doxygen/latex && make
+	mkdir -p doc/doxygen
+	doxygen $(top_srcdir)/Doxyfile
+	$(MAKE) -C doc/doxygen/latex
 
 if HAVE_PYTHON
 TESTS += tester.py





More information about the tor-commits mailing list