Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 02 Jun 2013 16:42:51 +0200
From:      Gabor Kovesdan <gabor@FreeBSD.org>
To:        Warren Block <wblock@wonkity.com>
Cc:        freebsd-doc@freebsd.org
Subject:   Re: print edition (was Re: removing 'changes' section from the online edition)
Message-ID:  <51AB59EB.4080400@FreeBSD.org>
In-Reply-To: <alpine.BSF.2.00.1306020751010.8625@wonkity.com>
References:  <CAF6rxgmionFt8Z7mrN0_JciThfyL4AMXcChRHWX1m%2BDE51FYLQ@mail.gmail.com> <51AA31C7.4010202@FreeBSD.org> <alpine.BSF.2.00.1306011250320.1365@wonkity.com> <51AA57E8.2030105@FreeBSD.org> <alpine.BSF.2.00.1306011612580.3184@wonkity.com> <51AAFF0A.2060009@FreeBSD.org> <alpine.BSF.2.00.1306020751010.8625@wonkity.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Em 02-06-2013 15:56, Warren Block escreveu:
>> There's an XSLT stylesheet provided by DocBook that preprocesses the 
>> markup and only leaves in the corresponding content. This is not 
>> enabled by default, only if you set it up with a knob in the Makefile 
>> of the actual document.
>
> I'd like to try an actual test on the Handbook.  Is that feasible with 
> what we have currently?  What specific changes need to be made to the 
> Makefiles? 
You have to mark up something with edition="print", then set this either 
in Makefile or at the command line when calling make all:
PROFILING+= --param profile.attribute "'edition'" --param profile.value 
"'print'"
You have to watch out that the DocBook sources are valid both with and 
without the profiled element. For example, you cannot have two titles 
for the section with different edition values since only one title is 
allowed. In this case, you have to use the phrase element in the title.

Further reading: http://www.sagehill.net/docbookxsl/Profiling.html

Gabor



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?51AB59EB.4080400>