Makefile.am: generate doxygen.conf

Don't create a modified copy for out-of-tree builds.
This commit is contained in:
Max Kellermann
2010-12-24 00:25:31 +01:00
parent be3b5199b0
commit b8fe2c74bc
3 changed files with 4 additions and 4 deletions
+1 -2
View File
@@ -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