Skip to content

Commit

Permalink
Update ChangeLogs for the new year.
Browse files Browse the repository at this point in the history
  • Loading branch information
jralls committed Dec 31, 2017
1 parent ac05578 commit 310442f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Expand Up @@ -598,6 +598,7 @@ SET(gnucash_DOCS
ChangeLog.2014
ChangeLog.2015
ChangeLog.2016
ChangeLog.2017
DOCUMENTERS
HACKING
LICENSE
Expand Down Expand Up @@ -884,7 +885,7 @@ ENDIF()

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=2016-01-01 > ${CMAKE_BINARY_DIR}/ChangeLog
COMMAND ${GIT_EXECUTABLE} log --format=\"%ad %aN %n%n%x09* %s%d%n\" --date=short --since=2018-01-01 > ${CMAKE_BINARY_DIR}/ChangeLog
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
)
INSTALL(FILES ${CMAKE_BINARY_DIR}/ChangeLog DESTINATION ${CMAKE_INSTALL_DOCDIR})
Expand Down
File renamed without changes.
3 changes: 2 additions & 1 deletion Makefile.am
Expand Up @@ -19,6 +19,7 @@ dist_doc_DATA = \
AUTHORS \
COPYING \
ChangeLog \
ChangeLog.2017 \
ChangeLog.2016 \
ChangeLog.2015 \
ChangeLog.2014 \
Expand Down Expand Up @@ -222,7 +223,7 @@ ChangeLog: NEWS
--stringparam include-rev "yes" $(abs_srcdir)/macros/svn2cl.xsl - > $(abs_builddir)/$@ ; \
else \
if test x$(VCS_TYPE) = xgit ; then \
"$(GIT_CMD)" log --format="%ad %aN %n%n%x09* %s%d%n" --date=short --since=2017-01-01 > $(abs_builddir)/$@ ; \
"$(GIT_CMD)" log --format="%ad %aN %n%n%x09* %s%d%n" --date=short --since=2018-01-01 > $(abs_builddir)/$@ ; \
else \
touch $(abs_builddir)/$@ ; \
echo "Note: not in svn or git. ChangeLog not regenerated." ; \
Expand Down

0 comments on commit 310442f

Please sign in to comment.