diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 2000-06-23 09:30:10 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 2000-06-23 09:30:10 +0000 |
commit | 1ad28df9b27042d4e323671c759f32b5fd4ae420 (patch) | |
tree | c18927cbb77cd5ae1bdf57885f8ec2673e0f25a1 /japanese/tgif2tex | |
parent | f912095f22769075cef989944a655ca20c32ed4c (diff) | |
download | ports-1ad28df9b27042d4e323671c759f32b5fd4ae420.tar.gz ports-1ad28df9b27042d4e323671c759f32b5fd4ae420.zip |
Notes
Diffstat (limited to 'japanese/tgif2tex')
-rw-r--r-- | japanese/tgif2tex/Makefile | 23 | ||||
-rw-r--r-- | japanese/tgif2tex/pkg-plist | 23 |
2 files changed, 43 insertions, 3 deletions
diff --git a/japanese/tgif2tex/Makefile b/japanese/tgif2tex/Makefile index 3f6e0d7a99cf..202d78bfe245 100644 --- a/japanese/tgif2tex/Makefile +++ b/japanese/tgif2tex/Makefile @@ -13,8 +13,29 @@ MASTERDIR= ${.CURDIR}/../../print/tgif2tex PKGDIR= ${.CURDIR}/pkg PORTSDOCDIR= ${PREFIX}/share/doc/ja-tgif2tex DOCSRC= Makefile \ + example.obj \ + example.tex \ + how-to-use.aux \ + how-to-use.dvi \ + how-to-use.log \ how-to-use.tex \ + original.dps \ + original.tps \ + pythagoras.dps \ + pythagoras.tps \ sample1.obj \ - sample2.obj + sample1.ps \ + sample2.1.dps \ + sample2.1.tps \ + sample2.2.dps \ + sample2.2.tps \ + sample2.3.dps \ + sample2.3.tps \ + sample2.aux \ + sample2.dvi \ + sample2.log \ + sample2.obj \ + sample2.ps \ + sample2.tex .include "${MASTERDIR}/Makefile" diff --git a/japanese/tgif2tex/pkg-plist b/japanese/tgif2tex/pkg-plist index 043ca850aac9..1c1e7e82877c 100644 --- a/japanese/tgif2tex/pkg-plist +++ b/japanese/tgif2tex/pkg-plist @@ -1,9 +1,28 @@ bin/tgif2tex share/doc/ja-tgif2tex/00readme share/doc/ja-tgif2tex/Makefile +share/doc/ja-tgif2tex/example.obj +share/doc/ja-tgif2tex/example.tex +share/doc/ja-tgif2tex/how-to-use.aux +share/doc/ja-tgif2tex/how-to-use.dvi +share/doc/ja-tgif2tex/how-to-use.log share/doc/ja-tgif2tex/how-to-use.tex +share/doc/ja-tgif2tex/original.dps +share/doc/ja-tgif2tex/original.tps +share/doc/ja-tgif2tex/pythagoras.dps +share/doc/ja-tgif2tex/pythagoras.tps share/doc/ja-tgif2tex/sample1.obj +share/doc/ja-tgif2tex/sample1.ps +share/doc/ja-tgif2tex/sample2.1.dps +share/doc/ja-tgif2tex/sample2.1.tps +share/doc/ja-tgif2tex/sample2.2.dps +share/doc/ja-tgif2tex/sample2.2.tps +share/doc/ja-tgif2tex/sample2.3.dps +share/doc/ja-tgif2tex/sample2.3.tps +share/doc/ja-tgif2tex/sample2.aux +share/doc/ja-tgif2tex/sample2.dvi +share/doc/ja-tgif2tex/sample2.log share/doc/ja-tgif2tex/sample2.obj -share/doc/ja-tgif2tex/example.obj -share/doc/ja-tgif2tex/example.tex +share/doc/ja-tgif2tex/sample2.ps +share/doc/ja-tgif2tex/sample2.tex @dirrm share/doc/ja-tgif2tex |