Skip to content

Commit

Permalink
Release GnuCash Unstable 4.900
Browse files Browse the repository at this point in the history
  • Loading branch information
jralls committed Jan 9, 2023
1 parent 013d1ee commit a9be8d5
Show file tree
Hide file tree
Showing 3 changed files with 4,699 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -667,6 +667,7 @@ set(gnucash_DOCS
ChangeLog.2019
ChangeLog.2020
ChangeLog.2021
ChangeLog.2022
DOCUMENTERS
HACKING
LICENSE
Expand Down Expand Up @@ -817,7 +818,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=2022-01-01 > ${CMAKE_BINARY_DIR}/ChangeLog
COMMAND ${GIT_EXECUTABLE} log --format=\"%ad %aN %n%n%x09* %s%d%n\" --date=short --since=2023-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 a9be8d5

Please sign in to comment.