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 /Makefile.am | |
parent | 9d0b8fbd78552e44dcd0a7ee9933ea1e3709b07a (diff) | |
download | guix-ef1a9bb7d6fd64f05607042fdb266ee974d16e26.tar guix-ef1a9bb7d6fd64f05607042fdb266ee974d16e26.tar.gz |
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 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 84f8eb1b63..6c63c96345 100644 --- a/Makefile.am +++ b/Makefile.am @@ -246,7 +246,7 @@ SUFFIXES = .go guix_install_go_files = install-nobase_nodist_guilemoduleDATA $(guix_install_go_files): install-nobase_dist_guilemoduleDATA -SUBDIRS = po +SUBDIRS = po/guix include doc.am |