laforge has submitted this change. ( https://gerrit.osmocom.org/c/libosmo-netif/+/36289?usp=email )
Change subject: Makefile.am: Fix dependency: rebuild doxygen on src/include changes ......................................................................
Makefile.am: Fix dependency: rebuild doxygen on src/include changes
Change-Id: Id28f0927d01f82ceb969fb7c758cb391b86631c1 --- M Makefile.am 1 file changed, 10 insertions(+), 1 deletion(-)
Approvals: Jenkins Builder: Verified pespin: Looks good to me, but someone else must approve fixeria: Looks good to me, but someone else must approve laforge: Looks good to me, approved
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/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