Sophie

Sophie

distrib > Mageia > 7 > i586 > by-pkgid > 68bafa4d847b51c9f2bd14ff05558e85 > files > 3

allegro4-4.4.3.1-2.mga7.src.rpm

diff -up allegro-4.4.2/docs/CMakeLists.txt~ allegro-4.4.2/docs/CMakeLists.txt
--- allegro-4.4.2/docs/CMakeLists.txt~	2011-07-13 10:40:58.000000000 +0200
+++ allegro-4.4.2/docs/CMakeLists.txt	2011-07-13 10:47:19.561523944 +0200
@@ -72,7 +72,7 @@ foreach(page ${DOC_SRCS})
     string(REPLACE "._tx" "" basename ${basename})
 
     set(page ${CMAKE_CURRENT_SOURCE_DIR}/${page})
-    if(${page} MATCHES "/build/")
+    if(${page} MATCHES "src/build/")
         set(txt_out ${CMAKE_CURRENT_BINARY_DIR}/build/${basename}.txt)
         set(html_out ${CMAKE_CURRENT_BINARY_DIR}/build/${basename}.html)
     else()