Basic support for manpages in multiple languages

On 09/04/2010, Julien Danjou <julien@danjou.info> 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 <diego.plan9@gmail.com>

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Diego Moreda 2010-04-09 11:43:42 +02:00 committed by Julien Danjou
parent a189abe92e
commit 8a38090a8a
1 changed files with 0 additions and 1 deletions

View File

@ -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()