From: Todd C. Miller Date: Sun, 22 Jul 2007 12:23:33 +0000 (+0000) Subject: Add ChangeLog target X-Git-Tag: SUDO_1_7_0~470 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8aa5ba74983c480888ab4dd32cbe105c6eb2a79b;p=sudo Add ChangeLog target --- diff --git a/Makefile.in b/Makefile.in index 8ad59991b..fc54df677 100644 --- a/Makefile.in +++ b/Makefile.in @@ -371,6 +371,9 @@ sudoers.cat: sudoers.man @DEV@HISTORY: history.pod @DEV@ pod2text -l -i0 $> > $@ +ChangeLog: + cvs2cl --follow-only trunk + install: install-dirs install-binaries @INSTALL_NOEXEC@ install-sudoers install-man install-dirs: @@ -496,3 +499,5 @@ depot: gzip -f --best sudo-$(VERSION).depot; \ rm -rf tmp.depot ; \ ) + +.PHONY: ChangeLog