summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2009-08-24 11:24:27 +0200
committerGravatar waker <wakeroid@gmail.com>2009-08-24 11:24:27 +0200
commit8115f496b8a97c2cee5f70132e64207b1dfb6fbd (patch)
tree3fe0070c28463c2e1ce8855ad4bec2faf59ecaea /Makefile.am
parent7c59ab546d32bd9f6230e008895760be5cb01a48 (diff)
version bump to 0.1.2-dev; added README, COPYING and config-example to dist/install
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index d0d082ec..df2b63b4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -32,6 +32,12 @@ deadbeef_LDADD = $(LDADD) $(DEPS_LIBS) gme/Game_Music_Emu-0.5.2/gme/libgme.a sid
AM_CFLAGS = $(DEPS_CFLAGS) -I$(gmepath) -std=c99
AM_CPPFLAGS = $(DEPS_CFLAGS) -I$(sidpath)/libsidplay/include -I$(sidpath)/builders/resid-builder/include
+docsdir = $(datadir)/doc/$(PACKAGE)
+
+docs_DATA = README COPYING config-example
+
+EXTRA_DIST = $(docs_DATA)
+
#install-data-local:
# @$(NORMAL_INSTALL)
# if test -d $(srcdir)/pixmaps; then \