/[soft]/usbdumper/trunk/Makefile
ViewVC logotype

Contents of /usbdumper/trunk/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1110 - (show annotations) (download)
Wed May 4 21:14:55 2011 UTC (12 years, 11 months ago) by ennael
File size: 445 byte(s)
update files for usbdumper

1 PKGNAME=liveusb-creator
2 NAME=usbdumper
3 VERSION=$(shell date +%Y%m%d)
4
5 all: mo
6
7 mo:
8 cd po; for po in `ls *.po`; do cp $$po liveusb-creator_$$po; done
9 cd po; python mki18n.py -v --domain=liveusb-creator -m
10 rm po/liveusb-creator_*.po*
11
12 clean:
13 rm -f *.py{c,o} */*.py{c,o} */*/*.py{c,o}
14 rm -fr po/${PKGNAME}*.po{,.new} po/locale
15 rm -fr build
16
17 dist:
18 @git archive --prefix=$(NAME)-$(VERSION)/ HEAD | bzip2 -9 -c >../$(NAME)-$(VERSION).tar.bz2;
19

Properties

Name Value
svn:eol-style native

  ViewVC Help
Powered by ViewVC 1.1.30