mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
Add variable program_suffix to handle manuals properly
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28738 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
9c0b6cf700
commit
9fb1b3aa00
@ -8,6 +8,7 @@
|
||||
project(man)
|
||||
|
||||
SET(_manuals)
|
||||
set(program_suffix ${PROGRAM_SUFFIX})
|
||||
macro(add_manual _mansrc)
|
||||
get_filename_component(_mandest ${_mansrc} NAME_WE)
|
||||
SET(_created_manual "${CMAKE_CURRENT_BINARY_DIR}/${_mandest}${PROGRAM_SUFFIX}.1")
|
||||
|
Loading…
Reference in New Issue
Block a user