From 99ad8e19ff7fce11aa4c7214bdd9aaac7edeffe0 Mon Sep 17 00:00:00 2001 From: Henning Geinitz Date: Thu, 10 Jan 2002 17:19:54 +0000 Subject: [PATCH] Added comment about DISTFILES. Henning Meier-Geinitz --- po/README | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/po/README b/po/README index 64f63bd64..60b7e2987 100644 --- a/po/README +++ b/po/README @@ -20,6 +20,7 @@ What do you need to do if you want to: - Add a new language to an existing backend * cd po ; make backend.lang.po-gen * Edit backend-lang.po, enter translations. Don't forget to edit the header. + * Edit Makefile.in, add backend.lang.po to DISTFILES. * make ; make install - Add a translation for a backend that is not listed yet in Makefile.in @@ -29,8 +30,9 @@ What do you need to do if you want to: Do NOT mark macros. Especially you don't need to mark standard option strings like SANE_TITLE_NUM_OPTIONS as this is already done in saneopts.h. Example: s->opt[5].title = SANE_I18N("Enhancement"); - * Edit Makefile.in. Add a line "backend.*.po: yourfiles" where yourfiles is - a space-separated list of all your files containing translatable text. + * Edit po/Makefile.in. Add a line "backend.*.po: yourfiles" where + yourfiles is a space-separated list of all your files containing + translatable text. Also add backend.lang.po to DISTFILES. * ./configure --enable-translations * cd po ; make backend.lang.po-gen * Edit backend-lang.po, enter translations. Don't forget to edit the header.