Skip to content

Commit 594316d

Browse files
author
Michael Plass
committed
Refs #100246 Build documention for android port; include NOTICES in top-level index.html
1 parent 2dde6bb commit 594316d

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

Makefile

+7-1
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,18 @@ default all: _always
2929
(cd apps/ccnChat && $(MAKE) install INSTALL_BASE=`pwd`/../..)
3030
(cd apps/ccnFileProxy && $(MAKE) install INSTALL_BASE=`pwd`/../..)
3131

32-
clean depend test check shared documentation dist-docs testinstall install uninstall: _always
32+
clean depend test check shared testinstall install uninstall: _always
3333
for i in $(TOPSUBDIRS); do \
3434
(cd "$$i" && pwd && $(MAKE) $@) || exit 1; \
3535
done
3636
@rm -f _always
3737

38+
documentation dist-docs: _always
39+
for i in $(TOPSUBDIRS) android; do \
40+
(cd "$$i" && pwd && $(MAKE) $@) || exit 1; \
41+
done
42+
@rm -f _always
43+
3844
clean-documentation: _always
3945
rm -rf doc/ccode
4046
rm -rf doc/javacode

doc/index.txt

+6
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ CCNx Documentation Index
1111
== Documentation derived from the code
1212
- link:ccode/html/index.html[Content-Centric Networking in C]
1313
- link:javacode/html/index.html[Content-Centric Networking in Java]
14+
- link:android/html/index.html[Content-Centric Networking for Android]
1415

1516
== Distribution Docs
1617
.README
@@ -22,3 +23,8 @@ include::../README[tabsize=8]
2223
------------------------------------
2324
include::../LICENSE[tabsize=8]
2425
------------------------------------
26+
27+
.NOTICES
28+
------------------------------------
29+
include::../NOTICES[tabsize=8]
30+
------------------------------------

0 commit comments

Comments
 (0)