From d16445a62154788998b754c73c9f44d69880ecc2 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 13 Dec 2016 22:25:52 +0000 Subject: jsclasses (13dec16) git-svn-id: svn://tug.org/texlive/trunk@42700 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/source/platex/jsclasses/Makefile | 57 +++++++++++----------- 1 file changed, 29 insertions(+), 28 deletions(-) (limited to 'Master/texmf-dist/source/platex/jsclasses/Makefile') diff --git a/Master/texmf-dist/source/platex/jsclasses/Makefile b/Master/texmf-dist/source/platex/jsclasses/Makefile index 4c39a08c323..ee3111d5c1d 100644 --- a/Master/texmf-dist/source/platex/jsclasses/Makefile +++ b/Master/texmf-dist/source/platex/jsclasses/Makefile @@ -1,38 +1,39 @@ -all: jsarticle.cls okumacro.sty jsverb.sty okuverb.sty morisawa.sty jslogo.sty \ - jsclasses.pdf okumacro.pdf jsverb.pdf okuverb.pdf morisawa.pdf jslogo.pdf +STRIPTARGET = jsarticle.cls okumacro.sty jsverb.sty okuverb.sty morisawa.sty jslogo.sty +PDFTARGET = jsclasses.pdf okumacro.pdf jsverb.pdf okuverb.pdf morisawa.pdf jslogo.pdf +DVOTARGET = jsclasses.dvi okumacro.dvi jsverb.dvi okuverb.dvi morisawa.dvi jslogo.dvi +KANJI = --kanji=jis + +default: $(STRIPTARGET) $(DVITARGET) +strip: $(STRIPTARGET) +all: $(STRIPTARGET) $(PDFTARGET) jsarticle.cls: jsclasses.dtx - platex --kanji=jis jsclasses.ins + platex $(KANJI) jsclasses.ins + +jslogo.sty: jslogo.dtx + platex $(KANJI) jslogo.ins okumacro.sty: okumacro.dtx - platex --kanji=jis okumacro.ins + platex $(KANJI) okumacro.ins jsverb.sty: jsverb.dtx - platex --kanji=jis jsverb.ins + platex $(KANJI) jsverb.ins okuverb.sty: okuverb.dtx - platex --kanji=jis okuverb.ins + platex $(KANJI) okuverb.ins morisawa.sty: morisawa.dtx - platex --kanji=jis morisawa.ins - -jslogo.sty: jslogo.dtx - platex --kanji=jis jslogo.ins - -jsclasses.pdf: jsclasses.dtx - ptex2pdf -l -ot --kanji=jis jsclasses.dtx - -okumacro.pdf: okumacro.dtx - ptex2pdf -l -ot --kanji=jis okumacro.dtx - -jsverb.pdf: jsverb.dtx - ptex2pdf -l -ot --kanji=jis jsverb.dtx - -okuverb.pdf: okuverb.dtx - ptex2pdf -l -ot --kanji=jis okuverb.dtx - -morisawa.pdf: morisawa.dtx - ptex2pdf -l -ot --kanji=jis morisawa.dtx - -jslogo.pdf: jslogo.dtx - ptex2pdf -l -ot --kanji=jis jslogo.dtx + platex $(KANJI) morisawa.ins + +.SUFFIXES: .dtx .dvi .pdf +.dtx.dvi: + platex $(KANJI) $< + platex $(KANJI) $< +.dvi.pdf: + dvipdfmx $< + +.PHONY: clean +clean: + rm -f \ + *.cls jslogo.sty okumacro.sty jsverb.sty okuverb.sty morisawa.sty \ + jsclasses.pdf okumacro.pdf jsverb.pdf okuverb.pdf morisawa.pdf jslogo.pdf -- cgit v1.2.3