summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: dad505c)
raw | patch | inline | side by side (parent: dad505c)
author | Max Kellermann <max@duempel.org> | |
Thu, 4 Dec 2008 13:57:52 +0000 (14:57 +0100) | ||
committer | Max Kellermann <max@duempel.org> | |
Thu, 4 Dec 2008 13:57:52 +0000 (14:57 +0100) |
Add the lyrics scripts to $(EXTRA_DIST).
Makefile.am | patch | blob | history |
diff --git a/Makefile.am b/Makefile.am
index 9991983461d34da923189f4b26c03229135bf5ae..3fa8f41a035b0a6051766495b1e11e0f7aa0813a 100644 (file)
--- a/Makefile.am
+++ b/Makefile.am
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)