nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 13 lines 516 B view raw
1diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt 2index 32ed053..73ba87f 100644 3--- a/docs/CMakeLists.txt 4+++ b/docs/CMakeLists.txt 5@@ -72,7 +72,7 @@ foreach(page ${DOC_SRCS}) 6 string(REPLACE "._tx" "" basename ${basename}) 7 8 set(page ${CMAKE_CURRENT_SOURCE_DIR}/${page}) 9- if(${page} MATCHES "/build/") 10+ if(${page} MATCHES ".+/build/") 11 set(txt_out ${CMAKE_CURRENT_BINARY_DIR}/build/${basename}.txt) 12 set(html_out ${CMAKE_CURRENT_BINARY_DIR}/build/${basename}.html) 13 else()