diff options
author | 2025-02-12 17:43:12 +0400 | |
---|---|---|
committer | 2025-02-12 14:00:13 +0000 | |
commit | 14e38eee8272808a3c966fa45d46d00278cdf149 (patch) | |
tree | d75c1d3c31e89c485b319e1c29582a6ae22ff570 /mail-filter | |
parent | net-misc/dhcpcd: backport glibc-2.41 seccomp fix (diff) | |
download | gentoo-14e38eee8272808a3c966fa45d46d00278cdf149.tar.gz gentoo-14e38eee8272808a3c966fa45d46d00278cdf149.tar.bz2 gentoo-14e38eee8272808a3c966fa45d46d00278cdf149.zip |
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@yahoo.com>
Closes: https://github.com/gentoo/gentoo/pull/40546
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'mail-filter')
-rw-r--r-- | mail-filter/rblcheck/files/rblcheck-1.5-autoconf.patch | 13 |
1 files changed, 13 insertions, 0 deletions
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 + |