Skip to content

Commit

Permalink
Android: Don't put html docs to apk
Browse files Browse the repository at this point in the history
  • Loading branch information
Sapier authored and Sapier committed Dec 17, 2015
1 parent a3fd167 commit dcb91cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/android/Makefile
Expand Up @@ -753,6 +753,7 @@ assets : $(ASSETS_TIMESTAMP)
cp -r ${ROOT}/../../builtin ${ROOT}/assets/Minetest; \
cp -r ${ROOT}/../../client ${ROOT}/assets/Minetest; \
cp -r ${ROOT}/../../doc ${ROOT}/assets/Minetest; \
rm -rf ${ROOT}/assets/Minetest/doc/html; \
mkdir ${ROOT}/assets/Minetest/fonts; \
cp -r ${ROOT}/../../fonts/*.ttf ${ROOT}/assets/Minetest/fonts/; \
mkdir ${ROOT}/assets/Minetest/games; \
Expand Down

0 comments on commit dcb91cf

Please sign in to comment.