mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
r17701: doxygen (if installed!) needs to be run in the src directory
This commit is contained in:
parent
daa1a61891
commit
bd1bd1c5ce
@ -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* \
|
||||
|
Loading…
Reference in New Issue
Block a user