diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Makefile.am | 7 |
3 files changed, 6 insertions, 7 deletions
@@ -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 |