diff --git a/development/cmake/TODO.txt b/development/cmake/TODO.txt index 2d913e5cb7..6d9a98e9c7 100644 --- a/development/cmake/TODO.txt +++ b/development/cmake/TODO.txt @@ -36,11 +36,12 @@ Features * Bundles for Mac OSX 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: - - .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) + - .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) these are nice to have and present in autotools, though not critical - - target for regenaration of lfuns manual would be nice - - target for doxygen generation + - target for regenaration of lfuns manual would be nice (ie make lfundoc) + - target for doxygen generation (ie make doxydoc) Cleanup