laforge has uploaded this change for review.
Makefile.am: Fix dependency: rebuild doxygen on src/include changes
Change-Id: Id28f0927d01f82ceb969fb7c758cb391b86631c1
---
M Makefile.am
1 file changed, 10 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-netif refs/changes/89/36289/1
diff --git a/Makefile.am b/Makefile.am
index f1b8046..366e6ec 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) src/*.c include/osmocom/netif/*.h Doxyfile
@rm -rf doc
mkdir -p doc
$(DOXYGEN) Doxyfile
To view, visit change 36289. To unsubscribe, or for help writing mail filters, visit settings.