summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Batard <pete@akeo.ie>2012-03-30 13:05:12 +0100
committerPete Batard <pete@akeo.ie>2012-03-30 13:16:50 +0100
commitc581017c2c09ee7f367b00a95387725344785f1a (patch)
tree74c37cad02ee13698438046d5c5b83ce8de83f58
parent5c311cb2dd7009f29bc0e8f955e75036b4d9fed2 (diff)
downloadlibusbx-c581017c2c09ee7f367b00a95387725344785f1a.tar.gz
Autotools: Fix make distcheck and add ChangeLog
-rw-r--r--.gitignore1
-rw-r--r--ChangeLog5
-rw-r--r--Makefile.am7
3 files changed, 6 insertions, 7 deletions
diff --git a/.gitignore b/.gitignore
index 4ac3f2f..e17bc30 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,7 +30,6 @@ dpfp
dpfp_threaded
*.exe
*.pc
-ChangeLog
doc/html
*.plg
*.ncb
diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 0000000..7465d9e
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,5 @@
+For the latest change log, please visit:
+http://libusbx.git.sourceforge.net/git/gitweb.cgi?p=libusbx/libusbx;a=log
+
+Alternatively, if you have retrieved the libusbx git repository, you can simply
+navigate to it and issue the command 'git log'.
diff --git a/Makefile.am b/Makefile.am
index f59b8c3..6b1074e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,6 @@
AUTOMAKE_OPTIONS = dist-bzip2 no-dist-gzip
ACLOCAL_AMFLAGS = -I m4
DISTCLEANFILES = libusb-1.0.pc
-MAINTAINERCLEANFILES = ChangeLog
EXTRA_DIST = TODO PORTING
SUBDIRS = libusb doc
@@ -12,11 +11,7 @@ endif
pkgconfigdir=$(libdir)/pkgconfig
pkgconfig_DATA=libusb-1.0.pc
-.PHONY: ChangeLog dist-up
-ChangeLog:
- git --git-dir $(top_srcdir)/.git log > ChangeLog || touch ChangeLog
-
-dist-hook: ChangeLog
+.PHONY: dist-up
reldir = .release/$(distdir)
dist-up: dist