Am 2009-03-09 schrieb Jean-Marc Lasgouttes: > Kornel Benko <kornel.be...@berlin.de> writes: > >> I modified lyx.1in, and at least cmake builds this one correct. > > > > As it turns out, I am not skilled enough to modify configure.ac properly to > > handle string @PROGRAM_SUFFIX@ :( > > The only problem was that you have used cmake for too long and put > CAPITALS everywhere :) Autoconf substitute only @program_suf...@. I > applied your patch.
Hmm, now cmake was not working ... > Juergen, want that for 1.6.3? It is minor anyway. > > JMarc > Kornel -- Kornel Benko kornel.be...@berlin.de
Index: development/cmake/man/CMakeLists.txt =================================================================== --- development/cmake/man/CMakeLists.txt (revision 28737) +++ development/cmake/man/CMakeLists.txt (working copy) @@ -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")
signature.asc
Description: This is a digitally signed message part.