On 2 June 2013 17:03, Warren Block <[email protected]> wrote: > On Sun, 2 Jun 2013, Gabor Kovesdan wrote: > >> 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'" > > > That means "include elements marked with edition="print" and all unprofiled > elements"? > > For a print version, it might be easier to just go the opposite way: leave > everything unprofiled as defaulting to print, and marking online-only > sections as "online".
I would rather have both options: - default - this section is "online only" - this section is "print only" -- Eitan Adler _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "[email protected]"
