diff options
author | Andrew Tridgell <tridge@samba.org> | 2006-08-22 06:49:16 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:16:27 -0500 |
commit | 8c532158847a460e6ce6714f0922fa413a5acd63 (patch) | |
tree | a60e6da4ef014254d06136e60595dee32da553c1 | |
parent | 3d33bc10ed5dc827a7cabb74d229efea293e1bbf (diff) | |
download | samba-8c532158847a460e6ce6714f0922fa413a5acd63.tar.gz samba-8c532158847a460e6ce6714f0922fa413a5acd63.tar.bz2 samba-8c532158847a460e6ce6714f0922fa413a5acd63.zip |
r17701: doxygen (if installed!) needs to be run in the src directory
(This used to be commit bd1bd1c5ce52e9399461041e11cc30c93ba356a9)
-rw-r--r-- | source4/lib/ldb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/Makefile.in b/source4/lib/ldb/Makefile.in index dc5b0630b0..5365d919ab 100644 --- a/source4/lib/ldb/Makefile.in +++ b/source4/lib/ldb/Makefile.in @@ -140,7 +140,7 @@ examples/ldifreader: examples/ldifreader.o $(LIBS) test -z "$(XSLTPROC)" || $(XSLTPROC) -o $@ http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl $< doxygen: - test -z "$(DOXYGEN)" || "$(DOXYGEN)" + test -z "$(DOXYGEN)" || (cd $(srcdir) && "$(DOXYGEN)") clean: rm -f */*.o *.gcov */*.gc?? tdbtest.ldb* \ |