From dab45f0808951afc2e3146211a1c6d7ebb8bd06d Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Sun, 21 Oct 2018 22:58:23 -0400 Subject: Dynamically generate Doxyfile from input This isn't super interesting for the autotools side, but it's necessary in order to make things sane for other build systems which we might introduce in the future. --- doc/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'doc/Makefile.am') diff --git a/doc/Makefile.am b/doc/Makefile.am index 2ac38cba..711921fd 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -92,7 +92,10 @@ man_MANS += $(DOXYGEN_MANS) all-local: doxygen.in -doxygen.in: +Doxyfile: Doxyfile.in + sed 's,@OUTPUT_DIRECTORY@,./,' Doxyfile.in >Doxyfile + +doxygen.in: Doxyfile $(DOXYGEN) $(srcdir)/Doxyfile endif -- cgit v1.2.3-70-g09d2