From 8a38090a8a7472fd5b12d39f08344dfe1e658405 Mon Sep 17 00:00:00 2001 From: Diego Moreda Date: Fri, 9 Apr 2010 11:43:42 +0200 Subject: [PATCH] Basic support for manpages in multiple languages On 09/04/2010, Julien Danjou wrote: > > Well, I cannot find anything to say against this patch, so I've merged > it. > Thanks for the kind comments and for your quick reply, I'm glad you find this contribution useful. I also noticed that in the previous patch there is a line that was not supposed to be there, since its purpose was to help debugging the cmake file. My apologies for that: I have removed it and attached the corresponding patch (against the already patched version). Signed-off-by: Diego Moreda Signed-off-by: Julien Danjou --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4dd1a2a4a..6b9c67a05 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -334,7 +334,6 @@ if(GENERATE_MANPAGES) else() set(regex "\\.(xml|gz)$") endif() -MESSAGE( ${relpath} ) install(DIRECTORY ${BUILD_DIR}/${relpath}/ DESTINATION ${AWESOME_MAN_PATH} REGEX ${regex} EXCLUDE ) endif()