]> git.lyx.org Git - features.git/commit
Make the version as part of package name of
authorKornel Benko <kornel@lyx.org>
Thu, 15 Mar 2012 12:01:09 +0000 (13:01 +0100)
committerKornel Benko <kornel@lyx.org>
Thu, 15 Mar 2012 12:15:16 +0000 (13:15 +0100)
commit88cb2173612f6624702a19fa7b5202ec133ea9d4
tree9b66f97f3f5d9409a8fca338118b34832f3deb3f
parent1e0f2426ce75d297e71fcb51d72a7d8d5216983f
Make the version as part of package name of
cmake build be configurable.
Use -DLYX_LOCALVERSIONING=ON (default = OFF)
The package name will then be
lyx-2.1.0-xxxxgit-yyyy.zzz
where xxxx == version number (similar to svn)
      yyyy == your OS (e.g. Linux)
      zzz  == package extension (e.g. deb, rpm, tar.gz etc)

otherwise the string '-xxxxgit' will not be used.
CMakeLists.txt