From 79fe295b6563d381e3b3d3ca8b8587f6d22a888a Mon Sep 17 00:00:00 2001 From: seb Date: Fri, 8 Aug 2003 15:50:54 +0000 Subject: No need to loop for one file. --- converters/latex2rtf/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'converters/latex2rtf') diff --git a/converters/latex2rtf/Makefile b/converters/latex2rtf/Makefile index 884115417a2..63be3420ea4 100644 --- a/converters/latex2rtf/Makefile +++ b/converters/latex2rtf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2003/06/26 09:48:15 seb Exp $ +# $NetBSD: Makefile,v 1.7 2003/08/08 15:50:54 seb Exp $ # DISTNAME= latex2rtf-1.8aa @@ -27,7 +27,7 @@ do-configure: -e 's:@PREFIX@:${PREFIX}:' post-install: - for f in ${INFO_FILES}; do ${INSTALL_DATA} ${WRKSRC}/doc/$$f ${PREFIX}/info/$$f; done + ${INSTALL_DATA} ${WRKSRC}/doc/latex2rtf.info ${PREFIX}/info/latex2rtf.info ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/latex2rtf ${INSTALL_DATA} ${WRKSRC}/doc/l2r.html ${PREFIX}/share/doc/latex2rtf/latex2rtf.html ${INSTALL_DATA} ${WRKSRC}/doc/l2r.pdf ${PREFIX}/share/doc/latex2rtf/latex2rtf.pdf -- cgit v1.2.3