Ticket #293: libffado-api-doc-only.patch

File libffado-api-doc-only.patch, 1.2 kB (added by oget, 2 years ago)

build and install api doc only

  • libffado/doc/reference.doxygen.in

    old new  
    568568# directories like "/usr/src/myproject". Separate the files or directories 
    569569# with spaces. 
    570570 
    571 INPUT                  = $top_srcdir/src \ 
    572                          $top_srcdir/doc \ 
    573                          $top_srcdir/libffado 
     571INPUT                  = $top_srcdir/libffado 
    574572 
    575573# This tag can be used to specify the character encoding of the source files 
    576574# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is 
  • libffado/SConstruct

    old new  
    583583    Default( 'support' ) 
    584584    if env['BUILD_TESTS']: 
    585585        Default( 'tests' ) 
    586  
     586    Default( 'doc' ) 
    587587# 
    588588# Deal with the DESTDIR vs. xdg-tools conflict (which is basicely that the 
    589589# xdg-tools can't deal with DESTDIR, so the packagers have to deal with this