libffado-api-doc-only.patch 1.2 KB

123456789101112131415161718192021222324252627
  1. diff -rupN libffado.old/doc/reference.doxygen.in libffado/doc/reference.doxygen.in
  2. --- libffado.old/doc/reference.doxygen.in 2009-12-18 13:52:13.000000000 -0500
  3. +++ libffado/doc/reference.doxygen.in 2010-06-05 21:00:54.000000000 -0400
  4. @@ -568,9 +568,7 @@ WARN_LOGFILE =
  5. # directories like "/usr/src/myproject". Separate the files or directories
  6. # with spaces.
  7. -INPUT = $top_srcdir/src \
  8. - $top_srcdir/doc \
  9. - $top_srcdir/libffado
  10. +INPUT = $top_srcdir/libffado
  11. # This tag can be used to specify the character encoding of the source files
  12. # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
  13. diff -rupN libffado.old/SConstruct libffado/SConstruct
  14. --- libffado.old/SConstruct 2010-05-10 15:34:07.000000000 -0400
  15. +++ libffado/SConstruct 2010-06-05 21:29:43.000000000 -0400
  16. @@ -583,7 +583,7 @@ if not env.GetOption('clean'):
  17. Default( 'support' )
  18. if env['BUILD_TESTS']:
  19. Default( 'tests' )
  20. -
  21. + Default( 'doc' )
  22. #
  23. # Deal with the DESTDIR vs. xdg-tools conflict (which is basicely that the
  24. # xdg-tools can't deal with DESTDIR, so the packagers have to deal with this