File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -29,12 +29,18 @@ default all: _always
29
29
(cd apps/ccnChat && $( MAKE) install INSTALL_BASE=` pwd` /../..)
30
30
(cd apps/ccnFileProxy && $( MAKE) install INSTALL_BASE=` pwd` /../..)
31
31
32
- clean depend test check shared documentation dist-docs testinstall install uninstall : _always
32
+ clean depend test check shared testinstall install uninstall : _always
33
33
for i in $( TOPSUBDIRS) ; do \
34
34
(cd " $$ i" && pwd && $( MAKE) $@ ) || exit 1; \
35
35
done
36
36
@rm -f _always
37
37
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
+
38
44
clean-documentation : _always
39
45
rm -rf doc/ccode
40
46
rm -rf doc/javacode
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ CCNx Documentation Index
11
11
== Documentation derived from the code
12
12
- link:ccode/html/index.html[Content-Centric Networking in C]
13
13
- link:javacode/html/index.html[Content-Centric Networking in Java]
14
+ - link:android/html/index.html[Content-Centric Networking for Android]
14
15
15
16
== Distribution Docs
16
17
.README
@@ -22,3 +23,8 @@ include::../README[tabsize=8]
22
23
------------------------------------
23
24
include::../LICENSE[tabsize=8]
24
25
------------------------------------
26
+
27
+ .NOTICES
28
+ ------------------------------------
29
+ include::../NOTICES[tabsize=8]
30
+ ------------------------------------
You can’t perform that action at this time.
0 commit comments