svn commit: samba r17701 - in branches/SAMBA_4_0/source/lib/ldb: .

tridge at samba.org tridge at samba.org
Tue Aug 22 06:49:16 GMT 2006


Author: tridge
Date: 2006-08-22 06:49:16 +0000 (Tue, 22 Aug 2006)
New Revision: 17701

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17701

Log:

doxygen (if installed!) needs to be run in the src directory

Modified:
   branches/SAMBA_4_0/source/lib/ldb/Makefile.in


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/Makefile.in
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/Makefile.in	2006-08-22 06:18:07 UTC (rev 17700)
+++ branches/SAMBA_4_0/source/lib/ldb/Makefile.in	2006-08-22 06:49:16 UTC (rev 17701)
@@ -140,7 +140,7 @@
 	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* \



More information about the samba-cvs mailing list