laforge has uploaded this change for review. (
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(-)
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
https://gerrit.osmocom.org/c/libosmo-netif/+/36289?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-netif
Gerrit-Branch: master
Gerrit-Change-Id: Id28f0927d01f82ceb969fb7c758cb391b86631c1
Gerrit-Change-Number: 36289
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-MessageType: newchange