Howto compile one chapter without ENV-SLPROF*?
Subject. Once again, even for a single xml-file I need this environment configuration. Or I have to translate WHOLE manual? And then you'll provide me that file... But now I what to check compiling just of one chapter: encoding, working with images, etc, to find possible problems at first steps. Maybe you don't needs in Russian translation, but our users will be very glad to get it. -- Lafox.Net DocTeam Freelance Translator
Hi Pavel, On Wednesday, 18. January 2006 13:58, Pavel Maryanov wrote:
Subject. Once again, even for a single xml-file I need this environment configuration.
Yes. You need to source a ENV-* file to provide the necessary information for the Makefile. For example, DTDROOT is an environment variable which points to the path to our Novdoc DTD. Of course, you can do everything manually, but that would be very tedious and errorprone.
Or I have to translate WHOLE manual? And then you'll provide me that file...
Well, if you want to translate only one chapter, be sure of some conditions: 1. The files must be valid 2. The whole book must be valid You can try to translate one chapter and process only this chapter. For this purpose you have to use the ROOTID feature: make pdf ROOTID=ID_OF_THE_CHAPTER or make html ROOTID=ID_OF_THE_CHAPTER If you need a more permant solution, enter it in your ENV file.
But now I what to check compiling just of one chapter: encoding, working with images, etc, to find possible problems at first steps.
I uploaded and corrected two manuals for this case which simplifies the first steps (hopefully). At the moment there are two documents: susemakedoc.pdf This article describes our build structure, how to use and adapt it. svndoc.pdf It describes how to use Subversion, how to check out and things like that. It is probably useful only for users which have commit permissions.
Maybe you don't needs in Russian translation, but our users will be very glad to get it.
I am looking forward to see more translated manuals. :-) Bye, Tom -- Thomas Schraitle ---------------------------------------------------------------------- SUSE LINUX Products GmbH >o) Technical Editor Maxfeldstrasse 5 /\\ Documentation Team 90409 Nuernberg, Germany _\_v http://www.suse.com
I uploaded and corrected two manuals for this case which simplifies the first steps (hopefully). At the moment there are two documents:
susemakedoc.pdf This article describes our build structure, how to use and adapt it.
I've read it. All I need is ENV-*... OK. Can anyone to compile html from attached file? -- Lafox.Net DocTeam Freelance Translator
Pavel Maryanov <jack@lafox.net> writes:
susemakedoc.pdf This article describes our build structure, how to use and adapt it.
I've read it. All I need is ENV-*...
[Grrrh, the mailinglist software does not like my multi-part mails... trying again, all contents inlined]: I forgot to add them to the archive files. Here are the files from SL 10.0: # -*- shell-script -*- # $Id: ENV-SLPROF-print,v 1.4 2005/08/05 20:15:20 tom Exp $ export DTDROOT=$(cd ../../novdoc; pwd) . $DTDROOT/etc/system-profile export MAIN=MAIN.SLPROF.xml export BOOK=SLPROF-print export ROOTID="book.slprof.print" export PROFARCH="x86;amd64;em64t" export PROFOS="slprof;slpers" export DISTVER=10.0 # -*- shell-script -*- # $Id: ENV-SLPROF-online,v 1.4 2005/08/05 20:15:20 tom Exp $ export DTDROOT=$(cd ../../novdoc; pwd) . $DTDROOT/etc/system-profile export MAIN=MAIN.SLPROF.xml export BOOK=SLPROF-online export ROOTID="book.slprof.online" export PROFARCH="x86;amd64;em64t" export PROFOS="slprof;slpers" export DISTVER=10.0 Somebody else will try to compile your Russian translation file. Thanks for working on it! -- Karl Eichwalder R&D / Documentation SUSE Linux Products GmbH Key fingerprint = B2A3 AF2F CFC8 40B1 67EA 475A 5903 A21B 06EB 882E
Hi, On Wednesday, 18. January 2006 15:29, Karl Eichwalder wrote:
[...] Somebody else will try to compile your Russian translation file. Thanks for working on it!
I send him just a few seconds ago the HTML file. However it contains some unresolved references. Bye, Tom -- Thomas Schraitle ---------------------------------------------------------------------- SUSE LINUX Products GmbH >o) Technical Editor Maxfeldstrasse 5 /\\ Documentation Team 90409 Nuernberg, Germany _\_v http://www.suse.com
[Grrrh, the mailinglist software does not like my multi-part mails... trying again, all contents inlined]:
http://193.109.241.210/filez/inst_yast2.xml.bz2 If anyone want to try.
I forgot to add them to the archive files. Here are the files from SL 10.0:
Hurray!!! -- Lafox.Net DocTeam Freelance Translator
participants (3)
-
Karl Eichwalder
-
Pavel Maryanov
-
Thomas Schraitle