X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=development%2Fcmake%2FTODO.txt;h=c7a5466975672ce53bca748a306e8b2829ea7a69;hb=aafd52f44167d5510be1ddcb974daa9dae486933;hp=4a1f84e0bb6a6ec3c5e77e5aafa0e68dbaaf4c27;hpb=6551ff4a391d2390f3be84796a3a76c3b4a8616a;p=lyx.git diff --git a/development/cmake/TODO.txt b/development/cmake/TODO.txt index 4a1f84e0bb..c7a5466975 100644 --- a/development/cmake/TODO.txt +++ b/development/cmake/TODO.txt @@ -11,6 +11,7 @@ Help: (before I actually run it). cmake --help is not useful. * how can I see what the command line was. With autoconf I'd just do "make V=1", what shall I do with cmake? + ANSWER: "make VERBOSE=1" Bug fixing @@ -20,7 +21,8 @@ Bug fixing Package.cpp and config.h.cmake has to be fixed. * check that .tar.gz and .xz are identical to those from autotools * DONE: Fix libintl, LYX_EXTERNAL_LIBINTL=OFF triggers compilation in intl even when LYX_NLS is OFF - * *.po are too often generated by Visual Studio + * *.po are too often generated by Visual Studio + * show correct values in cmake-gui: write forced to cache Documentation @@ -38,12 +40,14 @@ Features with support for universal binaries (don't know if it currently is a problem to build them) * from the maintainer point of view these task are needed: - DONE: *.po remerge of strings in po/ (ie "make update-po") - - tarball creation, most notably i dont see any list of files which should go into tarball, we dont want everything to go there - (ie "make distcheck" to check tree is prepared for release, "make dist" for actual release) + - DONE: tarball creation, most notably i dont see any list of files which should go into tarball, we dont want everything to go there + (ie "make distcheck" to check tree is prepared for release, "make dist" for actual release) + ANSWER: "make package_source" these are nice to have and present in autotools, though not critical - DONE: target for regenaration of lfuns manual would be nice (ie make lfundoc) - DONE: target for doxygen generation (ie make doxydoc) * DONE: get patch version from configure.ac (regex) + * DONE: Automatically generate package dependencies for debian Cleanup @@ -53,8 +57,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