Re: making tarballs smaller



I guess there are several ways one can achieve this (I'm not a
developer, only a translator), but the Makefile.in in directory: /po
usually contains a line like:

DISTFILES = ChangeLog Makefile.in.in POTFILES.in $(GETTEXT_PACKAGE).pot
\
$(POFILES) $(GMOFILES) $(SOURCES)

If you remove the $(GMOFILES), then a make dist will produce a tarball
without the .gmo files

Tino Meinen

Op vr 26-09-2003, om 00:17 schreef Havoc Pennington:
> On Thu, 2003-09-25 at 17:45, Tino Meinen wrote:
> > I'd like to propose to stop including .gmo files in released tarballs to
> > make them smaller.
> > These .gmo files are generated from .po files.
> > I understood that until now, it was up to the developers to decide to
> > include these files or not.
> 
> As far as I know they just get included by automake, none of us are
> doing anything special. How do you turn off including them?





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]