X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=Makefile.am;h=7d42fd3f7e0d90a0ebeeafa85c196e8f9c749fb0;hb=cc440ca1d44f0aaaf34daa365966b7b092126913;hp=fab470466631b80ee1748d74a8b5a794f45e1939;hpb=5507b5f430e3d6bef00a7ffcd51df29c13d7477e;p=fw%2Fopenocd diff --git a/Makefile.am b/Makefile.am index fab470466..7d42fd3f7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,6 +26,7 @@ Doxyfile: $(srcdir)/Doxyfile.in echo "### @@@ -= DO NOT EDIT THIS FILE =- @@@ ###" && \ echo "### @@@ Make changes to Doxyfile.in @@@ ###" && \ sed -e 's,@srcdir\@,$(srcdir),' \ + -e 's,@builddir\@,$(builddir),' \ -e 's,@doxygen_as_html\@,$(doxygen_as_html),' \ -e 's,@doxygen_as_pdf\@,$(doxygen_as_pdf),' $< \ ) > $@