Makefile.am: Fix dependency: rebuild doxygen on src/include changes

Change-Id: Id28f0927d01f82ceb969fb7c758cb391b86631c1
This commit is contained in:
Harald Welte 2024-03-14 21:39:37 +01:00
parent 69878f30fa
commit ef006ccb54
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ html_DATA = $(top_builddir)/doc/html.tar
$(html_DATA): $(top_builddir)/doc/html/index.html
cd $(top_builddir)/doc && tar cf html.tar html
$(top_builddir)/doc/html/index.html: $(SOURCES) Doxyfile
$(top_builddir)/doc/html/index.html: $(SOURCES) $(top_srcdir)/src/*.c $(top_srcdir)/include/osmocom/netif/*.h Doxyfile
@rm -rf doc
mkdir -p doc
$(DOXYGEN) Doxyfile