On Tue, Mar 6, 2012 at 19:12, Clifford Yapp <[email protected]> wrote: > In a sense, we already have the ability to target specific files - the CMake > DocBook build system has individual targets for every file and every output > type. Generally speaking, the target name convention is: > > <filename root>_[<lang>_]<type>_<output type> > > lang is only used if the language of the document is other than English (the > default.) So for example, let's say you wanted to build just: > > HTML output for the Italian version of the about doc > HTML output for the tire article > PDF output for volume one of the manual > MAN output for the search man page > > do: > > make about_it_article_html tire_article_html > BRL-CAD_Tutorial_Series-VolumeI_book_pdf search_mann_man
That looks like it should do the trick--I'll give it a whirl.... Works like a charm! Thanks, Cliff. Best regards, -Tom ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ BRL-CAD Developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/brlcad-devel
