diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-06-13 16:15:18 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-06-13 16:31:18 +0200 |
commit | ef1a9bb7d6fd64f05607042fdb266ee974d16e26 (patch) | |
tree | 229bd6c38546048598a9b1be4df26d1841eb3f59 /po/guix/POTFILES.in | |
parent | 9d0b8fbd78552e44dcd0a7ee9933ea1e3709b07a (diff) |
Move gettext files to 'po/guix'.
* po: Rename to...
* po/guix: ... this.
* po/guix/Makevars (subdir, top_builddir): Adjust accordingly.
* configure.ac: Change 'po/Makefile.in' to 'po/guix/Makefile.in'.
* Makefile.am (SUBDIRS): Change 'po' to 'po/guix'.
Diffstat (limited to 'po/guix/POTFILES.in')
-rw-r--r-- | po/guix/POTFILES.in | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/po/guix/POTFILES.in b/po/guix/POTFILES.in new file mode 100644 index 0000000000..ef864fe817 --- /dev/null +++ b/po/guix/POTFILES.in @@ -0,0 +1,19 @@ +# List of source files which contain translatable strings. +gnu/packages.scm +gnu/packages/base.scm +gnu/packages/guile.scm +gnu/packages/lout.scm +gnu/packages/recutils.scm +guix/scripts/build.scm +guix/scripts/download.scm +guix/scripts/package.scm +guix/scripts/gc.scm +guix/scripts/hash.scm +guix/scripts/pull.scm +guix/scripts/substitute-binary.scm +guix/scripts/authenticate.scm +guix/scripts/system.scm +guix/gnu-maintenance.scm +guix/ui.scm +guix/http-client.scm +guix/nar.scm |