Snapshots of Spanish HTML book

Max Bowsher maxb at ukf.net
Sat Apr 23 02:29:32 CDT 2005


C. Michael Pilato wrote:
> Grzegorz Adam Hankiewicz wrote:
>
>> I lost my connection so now the URL for Spanish HTML snapshots
>> of the book will be http://gradha.sdf-eu.org/svnbook-es/. Please
>> update the scripts to use this new URL.
>>
>> Alternatively I wonder if I could do anything to the Spanish makefile
>> so you could build the book yourself. Tell me if you prefer this
>> and in what conditions.
>>
>>
> I would actually like very much to see there be a single Makefile for
> all the translations, all using a single shared copy of the tools and
> such.  If I had that, I'd feel totally cool with working to get
> svnbook.com setup with all the tools necessary to do a weekly build of
> all the translations automatically.

/me grins :-)

You may like my last few commits, then.

There is now a single tools/Makefile.base, and each LOCALE_CODE/Makefile 
contains only "include ../tools/Makefile.base", plus any additional 
customizations that are translation-specific.

This should work just fine:

#!/bin/sh
for i in en es nb; do
  make -C $i all-html all-pdf
done

Max.




More information about the svnbook-dev mailing list