Mercurial > 510Connectbot
diff Makefile @ 360:7eb24880b111
add help files to the web documentation
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Mon, 04 Aug 2014 08:10:12 -0700 |
parents | 5c17707d94b0 |
children | d51bf957d955 |
line wrap: on
line diff
--- a/Makefile Sun Aug 03 11:26:03 2014 -0700 +++ b/Makefile Mon Aug 04 08:10:12 2014 -0700 @@ -18,6 +18,7 @@ builder: sed -i -e 's/android:debuggable=".*"/android:debuggable="$(debuggable)"/g' AndroidManifest.xml rm -rf gen bin + (cd help; make) ndk-build clean; V=1 ndk-build android update project -p . -t android-16 ant $(style) @@ -27,6 +28,7 @@ docs: (cd xml; make) + (cd help; make) install: cp $(apk) $(dest)