~tatokis/unity/gcc-72-errors

729.4.1 by Mathieu Trudel-Lapierre
Include manpages, and make them translatable.
1
#!/usr/bin/make
2
3
doc: po4a
4
5
clean: po4a-clean
6
7
.PHONY: update-po po4a
8
update-po:
9
	po4a --previous --no-backups --force --no-translations po4a.conf
10
11
po4a-clean:
12
	po4a --previous --rm-backups --rm-translations po4a.conf
13
14
po4a:
15
	po4a --previous --no-backups po4a.conf