gnu: doc: Add French documentation.

* doc/contributing.fr.texi: New file.
* doc/guix.fr.texi: New file.
* doc/local.mk (TRANSLATED_INFO): Add them.
(info_TEXINFOS): Add guix.fr.texi.
* po/doc/contributing.fr.po: New file.
* po/doc/guix.fr.po: New file.
* po/doc/local.mk (EXTRA_DIST): Add them.
This commit is contained in:
Julien Lepiller 2018-03-02 23:25:32 +01:00
parent 76fa5e042b
commit bf5c74e713
No known key found for this signature in database
GPG key ID: 43111F4520086A0C
6 changed files with 65762 additions and 3 deletions

View file

@ -16,7 +16,9 @@
# You should have received a copy of the GNU General Public License
# along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
EXTRA_DIST =
EXTRA_DIST = \
%D%/contributing.fr.po \
%D%/guix.fr.po
POT_OPTIONS = --package-name "guix" --package-version "$(VERSION)" \
--copyright-holder "Ludovic Courtès" \