[Crystaldoc-main] Jam files added in crystaldoc CVS
Status: Alpha
Brought to you by:
vknecht
From: Vincent K. <vi...@ie...> - 2004-06-25 19:25:13
|
Hi I finally took time to add build files (Jam based) for the translations, they're directly derived from CS ones. There are a few quirks though, and ($lang)/texinfo/Jamfile files rather clumsy taken together. At the moment, only HTML building works well, DVI kind of works but for now, only the last language directory listed in crystaldoc/Jamfile is taken in account, so using fr_dvi target builds spanish version :-( runtexi2dvi.sh utility does not expects args exactly the same way as runtexi2html.sh, or rather the fix for HTML build doesn't work for DVI (for others output format neither). This will need further investigations, and maybe modification of respective scripts, for now i wasn't able to resolve this issue by fiddling Jam rules. So, to build your prefered translation ;-) - set CRYSTAL env var to the directory of CS version which was translated. - call "jam es_html" or "jam fr_html". Resulting files will be in out/es/html or out/fr/html The pictures inclusion still doesn't work, since the scripts don't take the inclusion path in account for them. Note I didn't look closely at CS way of doing so, if I remember well pictures are copied in out/ subdirs. This will need some thoughts and work too. |