Makefile.am: generate doxygen.conf
Don't create a modified copy for out-of-tree builds.
This commit is contained in:
+1
-2
@@ -1133,8 +1133,7 @@ endif
|
||||
|
||||
doc/api/html/index.html: doc/doxygen.conf
|
||||
@mkdir -p $(@D)
|
||||
[ "$(srcdir)" = "." ] || sed '/INPUT *=/ s/\([^ ]\+\/\)/$(subst /,\/,$(srcdir))\/\1/g' $(srcdir)/doc/doxygen.conf >doc/doxygen.conf
|
||||
$(DOXYGEN) doc/doxygen.conf
|
||||
$(DOXYGEN) $<
|
||||
|
||||
all-local: $(DOCBOOK_HTML) doc/api/html/index.html
|
||||
|
||||
|
||||
Reference in New Issue
Block a user