Changeset 86c32c8ba885e66218f79923a22d968a37125468
- Timestamp:
- 10/16/08 00:25:06 (5 years ago)
- Author:
- Armin Burgmeier <armin@…>
- Parents:
- 5f649045eb54b700a7af27066ec33c1133276db5
- Children:
- 6c2a697e07ab35b23a0742386214d5c37bec6039
- git-committer:
- Armin Burgmeier <armin@arbur.net> / 2008-10-16T00:25:06Z+0200
- Message:
-
Fixed `make dist'
2008-10-15 Armin Burgmeier <armin@…>
- po/LINGUAS: Added LINGUAS file that lists all languages. This seems
to be required for `make dist'.
- configure.ac: Use the po/LINGUAS file to set the ALL_LINGUAS
variable.
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r5f64904
|
r86c32c8
|
|
| | 1 | 2008-10-15 Armin Burgmeier <armin@arbur.net> |
| | 2 | |
| | 3 | * po/LINGUAS: Added LINGUAS file that lists all languages. This seems |
| | 4 | to be required for `make dist'. |
| | 5 | |
| | 6 | * configure.ac: Use the po/LINGUAS file to set the ALL_LINGUAS |
| | 7 | variable. |
| | 8 | |
| 1 | 9 | 2008-10-14 Armin Burgmeier <armin@arbur.net> |
| 2 | 10 | |
-
|
r26d2afa
|
r86c32c8
|
|
| 71 | 71 | |
| 72 | 72 | # Glib i18n/gettext support. |
| 73 | | ALL_LINGUAS="ca de es fr ko it pl pt pt_BR ru sv zh_CN" |
| | 73 | ALL_LINGUAS="`grep -v '^#' "$srcdir/po/LINGUAS" | tr '\n' ' '`" |
| 74 | 74 | AM_GLIB_GNU_GETTEXT |
| 75 | 75 | AM_GLIB_DEFINE_LOCALEDIR(GOBBY_LOCALEDIR) |