Skip to content

Commit

Permalink
ChangeLog.2019
Browse files Browse the repository at this point in the history
  • Loading branch information
jralls committed Mar 28, 2020
1 parent fdd4798 commit 058a507
Show file tree
Hide file tree
Showing 2 changed files with 5,134 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -662,6 +662,7 @@ set(gnucash_DOCS
ChangeLog.2016
ChangeLog.2017
ChangeLog.2018
ChangeLog.2019
DOCUMENTERS
HACKING
LICENSE
Expand Down Expand Up @@ -819,7 +820,7 @@ add_subdirectory(cmake)

if (BUILDING_FROM_VCS)
add_custom_target(ChangeLog ALL
COMMAND ${GIT_EXECUTABLE} log --format=\"%ad %aN %n%n%x09* %s%d%n\" --date=short --since=2019-01-01 > ${CMAKE_BINARY_DIR}/ChangeLog
COMMAND ${GIT_EXECUTABLE} log --format=\"%ad %aN %n%n%x09* %s%d%n\" --date=short --since=2020-01-01 > ${CMAKE_BINARY_DIR}/ChangeLog
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
)
install(FILES ${CMAKE_BINARY_DIR}/ChangeLog DESTINATION ${CMAKE_INSTALL_DOCDIR})
Expand Down
Loading

0 comments on commit 058a507

Please sign in to comment.