git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38824 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Kornel Benko 2011-05-23 10:40:50 +00:00
parent 4ed0b6cd53
commit 4e67cdb038
2 changed files with 3 additions and 2 deletions

View File

@ -67,7 +67,7 @@ set(CPACK_SOURCE_INSTALLED_DIRECTORIES "${TOP_SRC_DIR};/") # http://www.mail-arc
set(CPACK_STRIP_FILES 1)
# Finaly give some hints about files not to be included in souse package
# Finaly give some hints about files not to be included in source package
SET(CPACK_SOURCE_IGNORE_FILES
"/CVS/"
"/\\\\.svn/"

View File

@ -55,8 +55,9 @@ Cleanup
Then the cmake files doesn't look that antiquated. And seeing an uppercase variable means
that this variable wasn't introduced by lyx and is a cmake default name.
* DONE: port 'development/cmake/doc/ReplaceValues.pl' to python
* split master CMakeLists somehow: cpack, pcs, warnings, dependencies, defaults, install, options, ...
* STARTED: split master CMakeLists somehow: cpack, pcs, warnings, dependencies, defaults, install, options, ...
remove dependencies between these modules
DONE for cpack