guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: RFD: please drop ChangeLog updates


From: Sergey Poznyakoff
Subject: Re: RFD: please drop ChangeLog updates
Date: Fri, 29 Aug 2008 12:46:34 +0300

<address@hidden> ha escrit:

> Guile is distributed as a tarball, not a git repo.  Does it make sense to 
> create the ChangeLog from the git log at make dist time?
> 

FWIW, there is a gnulib module for that purpose: gitlog-to-changelog.
Once you import it to the project, the following Makefile rule will
generate ChangeLog at make dist:

dist-hook:
        if test -d .git; then                                           \
          $(top_srcdir)/build-aux/gitlog-to-changelog > $(distdir)/ChangeLog; \
        fi

Regards,
Sergey




reply via email to

[Prev in Thread] Current Thread [Next in Thread]