Yasuhiko Kamata <[email protected]> writes: > So I want them to be distributed via opensuse official repository and > make them available online (doc.opensuse.org).
The first goal should be to build it in the Documentation project of OBS. There we already have the English book, which builds with "daps": https://build.opensuse.org/package/show?package=opensuse-manuals_en&project=Documentation Thus far, I did not try building translated books with daps, but it should be straightforward--you just need tar of the sources: daps -d DC-opensuse-html package-src --def-file=DEF-opensuse-manuals (Edit DEF-opensuse-manuals according to your needs.) Then adjust the en.spec file for your language. (There is a shell script that does all these steps automatically for the English book: trunk/tools/susedoc-buildbook/daps-prep-source-and-spec.sh We must test whether it also works for translated books out-of-the-box; especially the osc commands that deal with the OBS are probably broken.) -- Karl Eichwalder SUSE LINUX Products GmbH R&D / Documentation Maxfeldstraße 5 90409 Nürnberg, Germany GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 16746 (AG Nürnberg) -- To unsubscribe, e-mail: [email protected] To contact the owner, e-mail: [email protected]
