dc0b87f93d
A command line tool to interface MPD. (audio/mpd) submitted and maintained by Tobias Ulmer <tobiasu at tmux.org>.
13 lines
518 B
Plaintext
13 lines
518 B
Plaintext
$OpenBSD: patch-doc_Makefile_in,v 1.1.1.1 2006/05/23 14:26:41 bernd Exp $
|
|
--- doc/Makefile.in.orig Mon May 15 20:18:31 2006
|
|
+++ doc/Makefile.in Mon May 15 20:19:42 2006
|
|
@@ -77,7 +77,7 @@ install_sh = @install_sh@
|
|
man_MANS = mpc.1
|
|
pkgdata_DATA =
|
|
docdir = $(prefix)/share/doc/$(PACKAGE)
|
|
-doc_DATA = mpc-bashrc m3u-handler.sh pls-handler.sh
|
|
+#doc_DATA = mpc-bashrc m3u-handler.sh pls-handler.sh
|
|
EXTRA_DIST = $(pkgdata_DATA) $(man_MANS) $(doc_DATA)
|
|
subdir = doc
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|