summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--converters/latex2rtf/Makefile4
1 files changed, 2 insertions, 2 deletions
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