From b9231d4b3b5e5b808544157179e6e2ff101830eb Mon Sep 17 00:00:00 2001 From: Anne Nicolas Date: Wed, 4 May 2011 21:14:55 +0000 Subject: update files for usbdumper --- Makefile | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..21cb119 --- /dev/null +++ b/Makefile @@ -0,0 +1,19 @@ +PKGNAME=liveusb-creator +NAME=usbdumper +VERSION=$(shell date +%Y%m%d) + +all: mo + +mo: + cd po; for po in `ls *.po`; do cp $$po liveusb-creator_$$po; done + cd po; python mki18n.py -v --domain=liveusb-creator -m + rm po/liveusb-creator_*.po* + +clean: + rm -f *.py{c,o} */*.py{c,o} */*/*.py{c,o} + rm -fr po/${PKGNAME}*.po{,.new} po/locale + rm -fr build + +dist: + @git archive --prefix=$(NAME)-$(VERSION)/ HEAD | bzip2 -9 -c >../$(NAME)-$(VERSION).tar.bz2; + -- cgit v1.2.1