summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorJoe Orton <notroj@users.noreply.github.com>2005-02-26 19:02:53 +0000
committerJoe Orton <notroj@users.noreply.github.com>2005-02-26 19:02:53 +0000
commitce0f6bf0fa739573570bc8eaea382c0002cbfc12 (patch)
tree64f7f868e3a21ebaf93d3bda392f44f7be8b1017 /Makefile.in
parent7655e9dd2b116f0dd6c571278e142cb7fd8ae97c (diff)
downloadneon-git-ce0f6bf0fa739573570bc8eaea382c0002cbfc12.tar.gz
* ChangeLog.CVS: Renamed from ChangeLog.
* Makefile.in (ChangeLog): New target.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index f8ca987..c357127 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -161,3 +161,6 @@ install-config: neon-config neon.pc
$(INSTALL) -d $(DESTDIR)$(pkgconfigdir)
$(INSTALL_DATA) neon.pc $(DESTDIR)$(pkgconfigdir)/neon.pc
+ChangeLog:
+ svn log > $@
+