commit: 14e38eee8272808a3c966fa45d46d00278cdf149 Author: NHOrus <jy6x2b32pie9 <AT> yahoo <DOT> com> AuthorDate: Wed Feb 12 13:43:12 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Feb 12 14:00:13 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14e38eee
mail-filter/rblcheck: fix install phase Correct install target in docs/Makefile.am for removal of html generation by docbook target Closes: https://bugs.gentoo.org/949568 Signed-off-by: NHOrus <jy6x2b32pie9 <AT> yahoo.com> Closes: https://github.com/gentoo/gentoo/pull/40546 Signed-off-by: Sam James <sam <AT> gentoo.org> mail-filter/rblcheck/files/rblcheck-1.5-autoconf.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/mail-filter/rblcheck/files/rblcheck-1.5-autoconf.patch b/mail-filter/rblcheck/files/rblcheck-1.5-autoconf.patch index 3fea5e299d3f..9c8439e446a2 100644 --- a/mail-filter/rblcheck/files/rblcheck-1.5-autoconf.patch +++ b/mail-filter/rblcheck/files/rblcheck-1.5-autoconf.patch @@ -54,3 +54,16 @@ already rblcheck.ps: rblcheck.sgml -srcdir=`cd $(srcdir) && pwd`; \ db2ps $$srcdir/rblcheck.sgml +@@ -21,11 +21,7 @@ + distclean-local: + -rmdir html + +-install-data-local: html/index.html rblcheck.ps rblcheck.rtf +- -for file in $(srcdir)/*.html; do \ +- basefile=`echo $$file | sed -e 's,^.*/,,'`; \ +- $(INSTALL_DATA) $$file $(DESTDIR)$(docdir)/$$basefile; \ +- done ++install-data-local: rblcheck.ps rblcheck.rtf + -$(INSTALL_DATA) $(srcdir)/rblcheck.ps $(DESTDIR)$(docdir)/rblcheck.ps + -$(INSTALL_DATA) $(srcdir)/rblcheck.rtf $(DESTDIR)$(docdir)/rblcheck.rtf +
