On Mon, 2005-07-04 at 18:01 +0200, Danilo Šegan wrote: > Hi Murray, > > Today at 12:10, Murray Cumming wrote: > > > Which Makefile do you mean? > > gnome-doc-utils.make. I've added this to www.gnome.org/tour/ now, and > it seems to work fine. > > By repeating the following three "C" lines for Serbian, I've managed > to get "make html" to build as well (and it seems to work), but I > didn't test much further: > > docbook_path = docbook/sr/ > html_path = sr/ > > include Makefile_docbook.am_fragment > > It might be good to test this further, and probably add a loop over > all the subdirectories with po files in them. When new translation is > added to www.gnome.org/tour/docbook/xx/xx.po, it should also be listed > in docbook/Makefile.am under DOC_LINGUAS.
I have moved the list of languages into an include Makefile, and I now loop through them in the parent directory, to generate html for each language. It seems to work. However, I'm not quite sure how to get these pages onto the web site. page_SCRIPTS and page_DATA seems to be the way to do that, but I don't think they can deal with whole generated directories. -- Murray Cumming [EMAIL PROTECTED] www.murrayc.com www.openismus.com _______________________________________________ gnome-web-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-web-list
