mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user