diff options
author | kei <kei@pkgsrc.org> | 2005-01-19 12:22:36 +0000 |
---|---|---|
committer | kei <kei@pkgsrc.org> | 2005-01-19 12:22:36 +0000 |
commit | c84ba8761eb2b75c9a9996e04499f5e82c3704a3 (patch) | |
tree | 2f76613d9c6ac7ad6635b573d90a02334876e382 /print | |
parent | 2ff908ddb5a516522052bf3fa7b0b19d2dd8b2f2 (diff) | |
download | pkgsrc-c84ba8761eb2b75c9a9996e04499f5e82c3704a3.tar.gz |
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.
Diffstat (limited to 'print')
-rw-r--r-- | print/ja-ptex/MESSAGE | 13 | ||||
-rw-r--r-- | print/ja-ptex/Makefile | 4 |
2 files changed, 16 insertions, 1 deletions
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" |