From f1af93971b7490792d8541bc790e0d8c6d787059 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 6 Sep 2019 10:28:05 +0100 Subject: gentoo resync : 06.08.2019 --- ...html.doc-Makefile.am-install-into-htmldir.patch | 50 ++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 sci-libs/med/files/med-4.0.0-0001-doc-html.doc-Makefile.am-install-into-htmldir.patch (limited to 'sci-libs/med/files') diff --git a/sci-libs/med/files/med-4.0.0-0001-doc-html.doc-Makefile.am-install-into-htmldir.patch b/sci-libs/med/files/med-4.0.0-0001-doc-html.doc-Makefile.am-install-into-htmldir.patch new file mode 100644 index 000000000000..e9dad6d5febe --- /dev/null +++ b/sci-libs/med/files/med-4.0.0-0001-doc-html.doc-Makefile.am-install-into-htmldir.patch @@ -0,0 +1,50 @@ +From 73a776f76043d122438d716d0958489fc67bab8e Mon Sep 17 00:00:00 2001 +From: Bernd Waibel +Date: Sun, 1 Sep 2019 22:02:42 +0200 +Subject: [PATCH] doc/html.doc/Makefile.am: install into $htmldir + +Patches the install-data-local target to use $htmldir instead of $docdir + +Signed-off-by: Bernd Waibel +--- + doc/html.dox/Makefile.am | 10 +++++----- + 1 file changed, 5 insertions(+), 5 deletions(-) + +diff --git a/doc/html.dox/Makefile.am b/doc/html.dox/Makefile.am +index 9dc5b08..3946777 100644 +--- a/doc/html.dox/Makefile.am ++++ b/doc/html.dox/Makefile.am +@@ -36,25 +36,25 @@ html-local: $(builddir)/../dox/Doxyfile.cfg + diff $(builddir)/htmllistfile2.am.tmp $(srcdir)/htmllistfile2.am || @CP@ $(builddir)/htmllistfile2.am.tmp $(srcdir)/htmllistfile2.am + + install-data-local: $(htmllistfile1) $(htmllistfile2) $(htmllistfile3) +- test -z "$(DESTDIR)$(docdir)" || $(MKDIR_P) "$(DESTDIR)$(docdir)" ++ test -z "$(DESTDIR)$(htmldir)" || $(MKDIR_P) "$(DESTDIR)$(htmldir)" + for i in $(htmllistfile1) ; do \ + $(INSTALL_DATA) \ + `test -f $$i || echo $(srcdir)/`$$i \ +- $(DESTDIR)$(docdir) ; \ ++ $(DESTDIR)$(htmldir) ; \ + done + for i in $(htmllistfile2) ; do \ + $(INSTALL_DATA) \ + `test -f $$i || echo $(srcdir)/`$$i \ +- $(DESTDIR)$(docdir) ; \ ++ $(DESTDIR)$(htmldir) ; \ + done + for i in $(htmllistfile3) ; do \ + $(INSTALL_DATA) \ + `test -f $$i || echo $(srcdir)/`$$i \ +- $(DESTDIR)$(docdir) ; \ ++ $(DESTDIR)$(htmldir) ; \ + done + + uninstall-local: $(htmllistfile1) $(htmllistfile2) $(htmllistfile3) +- rm -rf $(DESTDIR)$(docdir); ++ rm -rf $(DESTDIR)$(htmldir); + + .PHONY: htmlclean + +-- +2.22.0 + -- cgit v1.2.3