~sethj/ubuntu/wily/unity/fix-for-1445595

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make

doc: po4a

clean: po4a-clean

.PHONY: update-po po4a
update-po:
	po4a --previous --no-backups --force --no-translations po4a.conf

po4a-clean:
	po4a --previous --rm-backups --rm-translations po4a.conf

po4a:
	po4a --previous --no-backups po4a.conf