--- data/Makefile.in.orig 2002-12-08 17:01:27 +0300 +++ data/Makefile.in 2004-07-01 13:23:51 +0400 @@ -229,8 +229,8 @@ install-data-local: for file in $(score_DATA); do\ - chgrp $(group) $(scoredir)/$$file; \ - chmod $(perms) $(scoredir)/$$file; \ + chgrp $(group) $(DESTDIR)$(scoredir)/$$file; \ + chmod $(perms) $(DESTDIR)$(scoredir)/$$file; \ done # Tell versions [3.59,3.63) of GNU make to not export all variables. --- docs/Makefile.in.orig +++ docs/Makefile.in @@ -70,7 +70,7 @@ VERSION = @VERSION@ docdir = $(datadir)/doc/$(PACKAGE) -doc_DATA = AUTHORS ChangeLog License.txt +doc_DATA = EXTRA_DIST = $(doc_DATA)