You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-sound/abcmidi/files/abcmidi-2016.05.05-docs.patch

19 lines
614 B

Install docs via Gentoo mechanisms instead of the build system.
--- abcmidi/Makefile.in
+++ abcmidi/Makefile.in
@@ -143,13 +143,6 @@
$(INSTALL) -d $(DESTDIR)$(bindir)
$(INSTALL) -m 755 ${binaries} $(DESTDIR)$(bindir)
- # install documentation
- $(INSTALL) -d $(DESTDIR)${docdir}
- $(INSTALL) -m 644 doc/*.txt $(DESTDIR)$(docdir)
- $(INSTALL) -m 644 doc/AUTHORS $(DESTDIR)$(docdir)
- $(INSTALL) -m 644 doc/CHANGES $(DESTDIR)$(docdir)
- $(INSTALL) -m 644 VERSION $(DESTDIR)$(docdir)
-
# install manpages
$(INSTALL) -d $(DESTDIR)${mandir}
$(INSTALL) -m 644 doc/*.1 $(DESTDIR)$(mandir)