]> granicus.if.org Git - sudo/commitdiff
Add ChangeLog target
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 22 Jul 2007 12:23:33 +0000 (12:23 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 22 Jul 2007 12:23:33 +0000 (12:23 +0000)
Makefile.in

index 8ad59991bf73578073155bce11b8ac24cceedc3f..fc54df677e4d0b8c98731fd1fc3b0aab76fcf170 100644 (file)
@@ -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