blob: 4cc6680dac9af6312f546bdc80b8c81bc52c2595 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
AUTOMAKE_OPTIONS = foreign
SUBDIRS = fr sl de
#SUBDIRS = . fr
#all-local:
# po4a --no-backups po4a.conf
#
#clean-local:
# # Update the POs and remove the translations
# po4a --rm-translations --no-backups po4a.conf
|