comparison xml/Makefile @ 438:d29cce60f393

migrate from Eclipse to Android Studio
author Carl Byington <carl@five-ten-sg.com>
date Thu, 03 Dec 2015 11:23:55 -0800
parents 7eb24880b111
children 13a922d1fc5c
comparison
equal deleted inserted replaced
437:208b31032318 438:d29cce60f393
1 ver:=$(shell grep versionName ../AndroidManifest.xml | cut -d'"' -f2) 1 ver:=$(shell grep versionName ../app/src/main/AndroidManifest.xml | cut -d'"' -f2)
2 pkg:=510Connectbot 2 pkg:=510Connectbot
3 t:=../html 3 t:=../html
4 4
5 all: 5 all:
6 sed -e 's/@PACKAGE@/$(pkg)/g' -e 's/@VERSION@/$(ver)/g' <510connectbot.in >510connectbot 6 sed -e 's/@PACKAGE@/$(pkg)/g' -e 's/@VERSION@/$(ver)/g' <510connectbot.in >510connectbot