From f1756949176ee999bae594c33d8b10a9f574fb7e Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Sun, 7 Mar 2010 19:20:40 -0600 Subject: ChangeLog.txt is now generated from the Git log at compile time. It is no longer version controlled and should not be editted manually. Put '@nochangelog' in commit messages to omit them from the log. See linden/scripts/make_changelog.py for more information. --- linden/indra/newview/CMakeLists.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'linden/indra/newview') diff --git a/linden/indra/newview/CMakeLists.txt b/linden/indra/newview/CMakeLists.txt index 464bb83..514811d 100644 --- a/linden/indra/newview/CMakeLists.txt +++ b/linden/indra/newview/CMakeLists.txt @@ -1384,6 +1384,14 @@ check_message_template(${VIEWER_BINARY_NAME}) set(PACKAGE OFF CACHE BOOL "Add a package target that builds an installer package.") + +add_custom_target( + ChangeLog ALL + COMMAND ${PYTHON_EXECUTABLE} ${SCRIPTS_DIR}/make_changelog.py + COMMENT "Generating ChangeLog.txt." + ) + + if (WINDOWS) if(MSVC71) set(release_flags "/MAP:Release/${VIEWER_BINARY_NAME}.map /MAPINFO:LINES") -- cgit v1.1