Code

screen: fixed "screen too small" typo
[ncmpc.git] / Makefile.am
index 5b8469f3b7bf9f996fb1ad10955bacbde37c9a8b..3fa8f41a035b0a6051766495b1e11e0f7aa0813a 100644 (file)
@@ -4,9 +4,7 @@ SUBDIRS = \
   po
 
 ACLOCAL_AMFLAGS = -I m4
-AUTOMAKE_OPTIONS = gnu 1.9 dist-bzip2
-
-docdir = $(prefix)/share/doc/$(PACKAGE)
+AUTOMAKE_OPTIONS = foreign 1.9 dist-bzip2
 
 doc_DATA = \
   AUTHORS\
@@ -16,6 +14,10 @@ doc_DATA = \
 EXTRA_DIST = \
   $(doc_DATA)
 
+# build the smalles possible ncmpc binary
+ncmpc-tiny:
+       $(MAKE) -C src $@
+
 sparse-check:
        $(MAKE) -C src $@
 
@@ -27,6 +29,8 @@ if ENABLE_LYRICS_SCREEN
 
 lyrics_plugins = hd.sh leoslyrics.py lyricswiki.rb
 
+EXTRA_DIST += $(addprefix lyrics/,$(lyrics_plugins))
+
 install-exec-local:
        install -m 0755 -d $(DESTDIR)$(lyrics_plugin_dir)
        cd lyrics && install -m 0755 $(lyrics_plugins) $(DESTDIR)$(lyrics_plugin_dir)