On 01/17/2015 01:37 PM, [email protected] wrote: > Author: pierre > Date: Sat Jan 17 04:37:23 2015 > New Revision: 15346 > > Log: > Update to gdb-7.8.2 > > Modified:
> trunk/BOOK/general/prog/gdb.xml > > Modified: trunk/BOOK/general/prog/gdb.xml > ============================================================================== > --- trunk/BOOK/general/prog/gdb.xml Fri Jan 16 09:35:38 2015 (r15345) > +++ trunk/BOOK/general/prog/gdb.xml Sat Jan 17 04:37:23 2015 (r15346) > @@ -115,6 +116,21 @@ > > <screen role="root"><userinput>make -C gdb install</userinput></screen> > > + <para> > + Optionally, to build the API documentation using > + <xref linkend="doxygen"/>, run: > + </para> > + > +<screen><userinput>make -C gdb/doc doxy</userinput></screen> > + Just curious, why didn't you add this before the install command? It could easily be mistaken and ran as root after make install. Other packages seem to build the documentation before make install and install it after (not sure if all, though but I've seen some do that). > + <para> > + The API documentation is now in gdb/doc/doxy. You can install it (as > + the <systemitem class="username">root</systemitem> user): > + </para> > + > +<screen role="root"><userinput>install -d /usr/share/doc/gdb-&gdb-version; > && > +cp -Rv gdb/doc/doxy /usr/share/doc/gdb-&gdb-version;</userinput></screen> > + > </sect2> > > <sect2 role="content"> > -- Note: My last name is not Krejzi.
signature.asc
Description: OpenPGP digital signature
-- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
