From 5e4ea09ec733a36be808ab0e19d9be8eb46e1d79 Mon Sep 17 00:00:00 2001 From: Jon Shallow Date: Wed, 19 Nov 2025 20:58:52 +0000 Subject: [PATCH] doc/Makefile.in: Update Doxyfile to latest version before use Add in '$(DOXYGEN) -u' to update Doxyfile to the latest version to reduce any old configuration warning errors. Signed-off-by: Jon Shallow --- doc/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/Makefile.in b/doc/Makefile.in index 96dd7af7..ad95e8ae 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -18,7 +18,8 @@ DISTDIR?=$(top_builddir)/@PACKAGE_TARNAME@-@PACKAGE_VERSION@ FILES:=Makefile.in Doxyfile.in html doc: Doxyfile - $(DOXYGEN) -l + @$(DOXYGEN) -u $< > /dev/null 2>&1 + @$(DOXYGEN) -l $(DOXYGEN) $< >./doxygen.out clean: