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>
This commit is contained in:
NHOrus
2025-02-12 17:43:12 +04:00
committed by Sam James
parent 9c3456de3f
commit 14e38eee82

View File

@@ -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