Fixed 'make dist' target
This commit is contained in:
parent
ca737326bb
commit
1bb1a46212
|
@ -4,5 +4,5 @@ SUBDIRS = src
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I m4
|
ACLOCAL_AMFLAGS = -I m4
|
||||||
|
|
||||||
EXTRA_DIST = mkinstalldirs Doxyfile REPORT-BUGS PLANS
|
EXTRA_DIST = mkinstalldirs REPORT-BUGS PLANS README.md
|
||||||
|
|
||||||
|
|
7
NEWS
7
NEWS
|
@ -1,3 +1,10 @@
|
||||||
|
Release: 0.9.0alpha1
|
||||||
|
Date: 2016-06-25
|
||||||
|
|
||||||
|
Enabled Settings dialog under Audacious.
|
||||||
|
Updated to work with Audacious 3.6.
|
||||||
|
First release on Github.
|
||||||
|
|
||||||
Release: 0.7.1
|
Release: 0.7.1
|
||||||
Date: 2011-11-24
|
Date: 2011-11-24
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
https://github.com/dprotti/infinity-plugin/issues/
|
|
@ -1,7 +1,7 @@
|
||||||
## Process this file with autoconf to produce a configure script.
|
## Process this file with autoconf to produce a configure script.
|
||||||
|
|
||||||
AC_PREREQ(2.61)
|
AC_PREREQ(2.61)
|
||||||
AC_INIT([Infinity plugin],[0.9.0alpha],[dprotti@users.sourceforge.net],[infinity-plugin-4-audacious])
|
AC_INIT([Infinity plugin],[0.9.0alpha1],[dprotti@users.sourceforge.net],[infinity-plugin-4-audacious])
|
||||||
AC_CANONICAL_TARGET
|
AC_CANONICAL_TARGET
|
||||||
|
|
||||||
AM_INIT_AUTOMAKE([1.9.0 dist-bzip2])
|
AM_INIT_AUTOMAKE([1.9.0 dist-bzip2])
|
||||||
|
|
Loading…
Reference in New Issue