[GRASS-dev] encoding of manual pages
Glynn Clements
glynn at gclements.plus.com
Mon Aug 28 17:20:29 EDT 2006
Jachym Cepicky wrote:
> > Generate English manual pages. All of the description.html files are
> > in English; it's only the portions which are auto-generated via
> > --html-description which will be localised.
> >
> > This should be sufficient:
> >
> > diff -u -r1.9 include/Make/Html.make
> > --- include/Make/Html.make 2 Jul 2006 20:28:59 -0000 1.9
> > +++ include/Make/Html.make 27 Aug 2006 11:57:37 -0000
> > @@ -92,7 +92,7 @@
> > GISBASE=$(GISBASE) \
> > PATH=$(GISBASE)/bin:$$PATH \
> > $(LD_LIBRARY_PATH_VAR)="$(GISBASE)/lib:$($(LD_LIBRARY_PATH_VAR))" \
> > - $(1) --html-description | grep -v '</body>\|</html>' > $(PGM).tmp.html ; true
> > + LC_ALL=C $(1) --html-description | grep -v '</body>\|</html>' > $(PGM).tmp.html ; true
> >
> > # html rules for cmd commands
> > htmlcmd: htmlcmd1 htmlgen
>
> +1
>
> IMHO the HTML documentation should be english, because of the
> translation of help messages does not necessary be right.
>
> could anybody fix this in cvs? I do not have access.
I've committed this.
--
Glynn Clements <glynn at gclements.plus.com>
More information about the grass-dev
mailing list