Re: No conglomerate.schemas.in in release 0.9.1
"Nickolay V. Shmyrev" <[email protected]> Sun, 26 Jun 2005 18:46:53 +0400
| Newsgroups | gmane.editors.conglomerate.devel |
|---|---|
| Message-ID | <[email protected]> |
=D0=92 =D0=92=D1=81=D0=BA, 26/06/2005 =D0=B2 16:43 +0200, Mich=C3=A8le Ga= roche =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > Le 26 juin 2005 =C3=A0 04:41, Mich=C3=A8le Garoche a =C3=A9crit : >=20 > > Hi, > > > > Apparently there is no data/conglomerate.schemas.in in the release. > > > > It impedes to run intltool-update correctly. > > > > Is it the desired behaviour? > Sorry, I've found a way to do it, following Nicola=C3=AF advice: >=20 > make conglomerate.pot > ../intltool-update fr >=20 > but it generates: >=20 > # ../src/ etc. >=20 > instead of: >=20 > # src/ etc. >=20 > Is there a way to avoid this? (apart from removing all ../ with a =20 > tool afterwards) >=20 > Cheers, > Mich=C3=A8le > <http://micmacfr.homeunix.org> It's better to add conglomerate.schemas.in to distribution, something like=20 --- Makefile.am.old 2004-10-15 19:38:02.000000000 +0400 +++ Makefile.am 2005-06-26 18:46:01.849866696 +0400 @@ -41,4 +41,7 @@ EXTRA_DIST =3D $(desktop_in_files) \ $(app_DATA) \ $(stylesheet_DATA) \ $(css_DATA) \ - $(schema_DATA) + $(schema_DATA) \ + $(schema_in_files) =09 + + And until that use CVS for translation :)