summaryrefslogtreecommitdiffstats
path: root/docs/Makefile
diff options
context:
space:
mode:
authorJohan Euphrosine <proppy@google.com>2015-05-27 10:13:35 -0700
committerJohan Euphrosine <proppy@google.com>2015-05-27 10:13:35 -0700
commitefd6ab3cb0fcfae7d990582e1176904fb0a6f1b1 (patch)
tree7331e9e49adcf2eb71a2c99e61f11e7861992eb1 /docs/Makefile
parent116e7aebb68bb0394eb12092db8282981012784e (diff)
downloadframeworks_native-efd6ab3cb0fcfae7d990582e1176904fb0a6f1b1.zip
frameworks_native-efd6ab3cb0fcfae7d990582e1176904fb0a6f1b1.tar.gz
frameworks_native-efd6ab3cb0fcfae7d990582e1176904fb0a6f1b1.tar.bz2
framework/native/docs: remove doc footer for jd output
Change-Id: Ib65a436f4846eb5c02e42c6f1cbda5eab58c68ab
Diffstat (limited to 'docs/Makefile')
-rw-r--r--docs/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/Makefile b/docs/Makefile
index 356b2ce..5104d81 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -8,7 +8,6 @@ html: $(HEADERS) Doxyfile
jd: $(HEADERS) Doxyfile header.jd
mkdir -p jd
- HTML_HEADER=header.jd HTML_OUTPUT=jd doxygen
- for file in jd/*.html; do mv "$${file}" "$${file/\.html/\.jd}"; done
+ HTML_HEADER=header.jd HTML_FOOTER=footer.jd HTML_OUTPUT=jd doxygen
+ for file in jd/*.html; do mv "$${file}" "$${file/.html/.jd}"; done
rm -f jd/index.jd
-