diff options
author | John Wiegley <johnw@newartisans.com> | 2013-05-29 01:19:56 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2013-05-29 01:20:31 -0500 |
commit | 39841af0cec3b5d51ff18ee990a971572c8477a9 (patch) | |
tree | e979cbe8bb3602356c2aad81cd4b1969d1be5fed | |
parent | a2518fa2a138e5836e00b080e817337b7584d5ac (diff) | |
download | fork-ledger-39841af0cec3b5d51ff18ee990a971572c8477a9.tar.gz fork-ledger-39841af0cec3b5d51ff18ee990a971572c8477a9.tar.bz2 fork-ledger-39841af0cec3b5d51ff18ee990a971572c8477a9.zip |
Bump version number, fix README files
-rw-r--r-- | CMakeLists.txt | 7 | ||||
-rw-r--r-- | README-1ST | 1 | ||||
-rw-r--r-- | README.md | 7 |
3 files changed, 6 insertions, 9 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 9f8d8a87..fc2ef2bb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ PROJECT(ledger) set(Ledger_VERSION_MAJOR 3) set(Ledger_VERSION_MINOR 0) set(Ledger_VERSION_PATCH 0) -set(Ledger_VERSION_DATE 20130523) +set(Ledger_VERSION_DATE 20130529) enable_testing() @@ -292,6 +292,11 @@ set (CPACK_PACKAGE_VERSION_MAJOR "${Ledger_VERSION_MAJOR}") set (CPACK_PACKAGE_VERSION_MINOR "${Ledger_VERSION_MINOR}") set (CPACK_PACKAGE_VERSION_PATCH "${Ledger_VERSION_PATCH}") +set (CPACK_SOURCE_GENERATOR "TBZ2") +set (CPACK_SOURCE_PACKAGE_FILE_NAME + "${CMAKE_PROJECT_NAME}-${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}") +set (CPACK_SOURCE_IGNORE_FILES "/.git*;/.dir-locals.el;~$;/doc/website/;/doc/wiki/;/lib/*.sh;/lib/Makefile;/tools/;${CPACK_SOURCE_IGNORE_FILES}") + include (CPack) ### CMakeLists.txt ends here @@ -1,4 +1,3 @@ - README FIRST!!! To build this code after doing a Git clone, run: @@ -88,10 +88,6 @@ run: boost +st+python26+icu texlive doxygen graphviz texinfo lcov sloccount -You can even just install the current Ledger **RELEASE** directly: - - sudo port install ledger - ### Ubuntu If you're going to build on Ubuntu, `sudo apt-get install ...` the @@ -143,9 +139,6 @@ and testing Ledger. You can run `make check` to confirm the result, and `make install` to install. -If you have extra CPU cycles to burn, try `./acprep proof`, which provides the -most thorough shakedown of a healthy source tree. - ## Resources Now that you're up and running, here are a few resources to keep in mind: |