xberry / rpms / libffado

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