diff options
author | Ludovic Court`es | 2007-02-02 17:15:33 +0000 |
---|---|---|
committer | Ludovic Court`es | 2007-02-02 17:15:33 +0000 |
commit | 147a7fa8376429e78fe17f4a199c2394149c33a9 (patch) | |
tree | cbe534e61f8eef3131e877def6c090baceceeda8 /.arch-inventory | |
parent | 93c5157e92dc3506aa2b8fd1ab7c611a5f14eb6d (diff) | |
download | skribilo-147a7fa8376429e78fe17f4a199c2394149c33a9.tar.gz skribilo-147a7fa8376429e78fe17f4a199c2394149c33a9.tar.lz skribilo-147a7fa8376429e78fe17f4a199c2394149c33a9.zip |
Added basic GNU Gettext support.
* .arch-inventory: Mark `ABOUT-NLS' as precious.
* Makefile.am (SUBDIRS): Added `po'.
(ACLOCAL_AMFLAGS): New.
(EXTRA_DIST): New.
* configure.ac: Look for `gettext', output `po/Makefile.in'.
* src/guile/skribilo/biblio/template.scm
(make-bib-entry-template/default): Internationalized a bit.
(make-bib-entry-template/skribe): Likewise.
* src/guile/skribilo/utils/syntax.scm (%skribilo-module-reader): I18ned.
(_): New.
(N_): New.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-11
Diffstat (limited to '.arch-inventory')
-rw-r--r-- | .arch-inventory | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.arch-inventory b/.arch-inventory index 5dfe4f9..77cda70 100644 --- a/.arch-inventory +++ b/.arch-inventory @@ -1,4 +1,5 @@ # Files generated by Autoconf, Automake and Libtool. -precious ^(aclocal\.m4|autom4te\.cache|compile|config\.(cache|guess|log|status|sub)|configure|install-sh|missing|mkinstalldirs)$ + +precious ^(aclocal\.m4|autom4te\.cache|compile|config\.(cache|guess|log|status|sub)|configure|install-sh|missing|mkinstalldirs|ABOUT-NLS)$ # arch-tag: d42970d8-c42f-423e-a3d5-785e10cce49b |