From: Todd C. Miller Date: Sat, 13 Feb 2010 12:29:36 +0000 (-0500) Subject: Generate the ChangeLog as part of "make dist" instead of having it X-Git-Tag: SUDO_1_8_0~900 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=280a51cda035aabe623cd04ada7a192471b0b44d;p=sudo Generate the ChangeLog as part of "make dist" instead of having it in the repo. --- 280a51cda035aabe623cd04ada7a192471b0b44d diff --cc Makefile.in index f20863dce,c331abe8a..d422fab0d --- a/Makefile.in +++ b/Makefile.in @@@ -447,8 -447,10 +447,8 @@@ sudoers.cat: sudoers.ma @DEV@LICENSE: license.pod @DEV@ pod2text -l -i0 $> | sed '1,2d' > $@ -# The 1.7 branch started Jan 18, 2010 ChangeLog: - hg log --style=changelog -b default > ChangeLog - hg log --style=changelog -b 1.7 > $@ - hg log --style=changelog -b default --date '<2010-01-18 00:00:00' >> $@ ++ hg log --style=changelog -b default > $@ install: install-dirs install-binaries @INSTALL_NOEXEC@ install-sudoers install-man