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

Bug#241950: maint-guide translations not updated on the web pages



On Sat, Sep 25, 2004 at 09:52:14AM +0200, Erik Schanze wrote:
> Frank Lichtenheld <djpig@debian.org>:
> > On Wed, Sep 22, 2004 at 02:12:28PM +0200, Erik Schanze wrote:
> > > Let me do a ping on this bug.
> > > 
> > > Is it really so hard to update the German version of
> > > http://www.debian.de/doc/maint-guide/ ?
> > > 
> > > What's the problem?
> > > May I help you?
> > 
> > AFAICT the problem is that currently maint-guide isn't building at all
> > on www-master. Andreas Barth and I found the problem and he wanted to
> > inform the maintainer. So I guess we're waiting for a fix in the
> > maint-guide CVS now.
> > 
> Could you please append your information about the problem on this bug?
> The maitainer of maint-guide is not very active on it, so there are a
> chance for others to help out in solving this bug.

Building fails with:
make -C maint-guide publish
PUBLISHDIR=/org/www.debian.org/www/doc/manuals install_file="install -p -m 664" install_dir="install -d -m 2775"
make[1]: Entering directory `/org/www.debian.org/ddp/manuals.sgml/maint-guide'
debiandoc2html -c -l en maint-guide.sgml
mv: cannot overwrite directory `maint-guide.en.html/maint-guide.html'
make[1]: *** [html] Error 1
make[1]: Leaving directory `/org/www.debian.org/ddp/manuals.sgml/maint-guide'
Command exited with non-zero status 2

This is caused by the folling code from the Makefile:
@if [ $(MANUAL).sgml -nt $(MANUAL).en.html/index.en.html ]; then \
  echo debiandoc2html -c -l en $(MANUAL).sgml; \
  debiandoc2html -c -l en $(MANUAL).sgml; \
  mv $(MANUAL).html $(MANUAL).en.html; \
fi

There's probably a "rm -r" missing before the mv, or it should be
changed to something along the lines of
mv $(MANUAL).html/* $(MANUAL).en.html 

Gruesse,
-- 
Frank Lichtenheld <djpig@debian.org>
www: http://www.djpig.de/



Reply to: