diff options
author | Karl Berry <karl@freefriends.org> | 2020-09-27 21:26:00 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-09-27 21:26:00 +0000 |
commit | 60c5efe1179c406d85732f66ddc53fef461a1464 (patch) | |
tree | 7bc840070ee950b81327361d07a806f7895ef99f /Master/texmf-dist/source/latex/jlreq/Makefile | |
parent | a6ec28cf6cd2ed79a5c54601237cb3681d30dcfb (diff) |
jlreq (27sep20)
git-svn-id: svn://tug.org/texlive/trunk@56450 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/jlreq/Makefile')
-rw-r--r-- | Master/texmf-dist/source/latex/jlreq/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/jlreq/Makefile b/Master/texmf-dist/source/latex/jlreq/Makefile index 2d7b5285479..06bcae19943 100644 --- a/Master/texmf-dist/source/latex/jlreq/Makefile +++ b/Master/texmf-dist/source/latex/jlreq/Makefile @@ -1,6 +1,8 @@ TEXMF:=$(shell kpsewhich -var-value=TEXMFHOME) MAKEJVFCNF:=$(shell ls -R $(shell kpsewhich --var-value=TEXMFDIST)/fonts/source | awk '/:$$/{sub(/:$$/,"");f=$$0} tolower($$0) ~ /makejvf-upjpn\.cnf$$/{print f"/"$$0}' | head -n 1) +.PHONY: all jfm doc latexdoc pdfdoc htmldoc jfm-install cls-install sty-install install tds uninstall jfmclean docclean clean + all: jfm jfm: \ |