Fix installation of chaptertitle files without PO4A

dev-hd-graphics
Piotr Dziwinski 2014-09-21 12:17:50 +02:00
parent 8cff74d798
commit 549e128aba
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ function(add_level_category level_category_dir)
${level_category_dir}/po ${level_category_dir}/po
${DATA_BINARY_DIR}/levels-po/${level_category_dir}) ${DATA_BINARY_DIR}/levels-po/${level_category_dir})
else() else()
set(translated_chaptertitle_files ${chaptertitle_files}) file(GLOB translated_chaptertitle_files ${level_category_dir}/chapter*/chaptertitle.txt)
endif() endif()
file(GLOB chapter_dirs RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} ${level_category_dir}/chapter*) file(GLOB chapter_dirs RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} ${level_category_dir}/chapter*)