Ticket #293: libffado-api-doc-only.patch
| File libffado-api-doc-only.patch, 1.2 kB (added by oget, 2 years ago) |
|---|
-
libffado/doc/reference.doxygen.in
old new 568 568 # directories like "/usr/src/myproject". Separate the files or directories 569 569 # with spaces. 570 570 571 INPUT = $top_srcdir/src \ 572 $top_srcdir/doc \ 573 $top_srcdir/libffado 571 INPUT = $top_srcdir/libffado 574 572 575 573 # This tag can be used to specify the character encoding of the source files 576 574 # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is -
libffado/SConstruct
old new 583 583 Default( 'support' ) 584 584 if env['BUILD_TESTS']: 585 585 Default( 'tests' ) 586 586 Default( 'doc' ) 587 587 # 588 588 # Deal with the DESTDIR vs. xdg-tools conflict (which is basicely that the 589 589 # xdg-tools can't deal with DESTDIR, so the packagers have to deal with this
