aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2024-03-14 21:39:37 +0100
committerHarald Welte <laforge@osmocom.org>2024-03-15 09:43:06 +0100
commitef006ccb54c95203e6af287b63b9b9005b62c968 (patch)
tree06985b9c16edf70aa2e4fe2593b35e80e785ed12
parent69878f30fa81c2570d52bc4a05604563d75848c1 (diff)
Makefile.am: Fix dependency: rebuild doxygen on src/include changes
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index f1b8046..3e119b2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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