Fixed 'make dist' target

This commit is contained in:
Duilio Protti 2016-06-25 19:00:18 -03:00
parent ca737326bb
commit 1bb1a46212
5 changed files with 11 additions and 2 deletions

View File

@ -4,5 +4,5 @@ SUBDIRS = src
ACLOCAL_AMFLAGS = -I m4
EXTRA_DIST = mkinstalldirs Doxyfile REPORT-BUGS PLANS
EXTRA_DIST = mkinstalldirs REPORT-BUGS PLANS README.md

7
NEWS
View File

@ -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
Date: 2011-11-24

1
PLANS Normal file
View File

@ -0,0 +1 @@
Keep giving beauty to the world.

1
REPORT-BUGS Normal file
View File

@ -0,0 +1 @@
https://github.com/dprotti/infinity-plugin/issues/

View File

@ -1,7 +1,7 @@
## Process this file with autoconf to produce a configure script.
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
AM_INIT_AUTOMAKE([1.9.0 dist-bzip2])