Skip to content

Commit 194d827

Browse files
mrdeep1obgm
authored andcommitted
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 <supjps-libcoap@jpshallow.com>
1 parent b3efd41 commit 194d827

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

doc/Makefile.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ DISTDIR?=$(top_builddir)/@PACKAGE_TARNAME@-@PACKAGE_VERSION@
1818
FILES:=Makefile.in Doxyfile.in html
1919

2020
doc: Doxyfile
21-
$(DOXYGEN) -l
21+
@$(DOXYGEN) -u $< > /dev/null 2>&1
22+
@$(DOXYGEN) -l
2223
$(DOXYGEN) $< >./doxygen.out
2324

2425
clean:

0 commit comments

Comments
 (0)