From 0243965b95fbd9171583e72f556822b2e9fa224a Mon Sep 17 00:00:00 2001 From: kei Date: Wed, 19 Jan 2005 12:22:36 +0000 Subject: People (including me) often cannot tell what command should be used to typeset, preview, etc. (Japanese-aware commands are renamed from original.) So add the message to show a brief usage. --- print/ja-ptex/MESSAGE | 13 +++++++++++++ print/ja-ptex/Makefile | 4 +++- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 print/ja-ptex/MESSAGE (limited to 'print/ja-ptex') diff --git a/print/ja-ptex/MESSAGE b/print/ja-ptex/MESSAGE new file mode 100644 index 00000000000..c365e0dd73c --- /dev/null +++ b/print/ja-ptex/MESSAGE @@ -0,0 +1,13 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1 2005/01/19 12:22:36 kei Exp $ + +You may want to use the following programs with ja-ptex meta-package +for Japanese pTeX/pLaTeX documents. + + typeset TeX file: ptex, platex + preview DVI file: vfxdvi + get PS file: pdvips + preview PS file: gv (another package) + get PDF file: dvipdfmx + preview PDF file: gv, acroread, acroread5 (another package) +=========================================================================== diff --git a/print/ja-ptex/Makefile b/print/ja-ptex/Makefile index 499dcb70979..468c6cc5942 100644 --- a/print/ja-ptex/Makefile +++ b/print/ja-ptex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/03/26 02:27:51 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2005/01/19 12:22:36 kei Exp $ DISTNAME= ja-ptex-1.0 PKGREVISION= 1 @@ -20,6 +20,8 @@ NO_CHECKSUM= yes NO_CONFIGURE= yes NO_BUILD= yes +MESSAGE_SRC= ${PKGDIR}/MESSAGE + do-install: # empty .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3