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

Re: Makefile for lenny release-notes: publish fails



On 2009-01-07 19:33, Simon Paillard wrote:
> make: *** [publish] Error 1
> make: Leaving directory `/org/www.debian.org/release-notes/lenny'
...
> Here is a little patch to fix that problem, applied to trunk.

Many thanks!

> However, I still miss the point of adding links so that the english
> version is reached using name.html instead of name.en.html (language
> negociation allows to redirect name.html to name.LINGUA.html ) :
> 
>      for i in $(PUBLISHDIR)/$$arch/$(manual)/*.en.html; do \
>         ln -sf `basename $$i` $${i%.en.html}.html; \
>      done; \

Hm, I don't know who authored the publish routines in the
Makefile, I believe that I left them mostly untouched, because I
wasn't sure about some of it as well. (However, I wouldn't rule
out that I introduced one or the other error.)


Reply to: