diff options
author | Karl Berry <karl@freefriends.org> | 2016-08-16 21:46:19 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-08-16 21:46:19 +0000 |
commit | f8d159fa556763f431ce7d024cb4dc92df50de41 (patch) | |
tree | 3bffddf67d393a56218531073e7164fdf221b8be /Master/texmf-dist/doc/latex/phfquotetext/Makefile | |
parent | e35a9c1ae4684cc27f787bdb25f71e5dc270552b (diff) |
phfquotetext (16aug16)
git-svn-id: svn://tug.org/texlive/trunk@41869 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/phfquotetext/Makefile')
-rw-r--r-- | Master/texmf-dist/doc/latex/phfquotetext/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/phfquotetext/Makefile b/Master/texmf-dist/doc/latex/phfquotetext/Makefile new file mode 100644 index 00000000000..b275614d667 --- /dev/null +++ b/Master/texmf-dist/doc/latex/phfquotetext/Makefile @@ -0,0 +1,10 @@ + +PKG = phfquotetext + +-include pkg.mk + +pkg.mk: + ln -sf ../mkcommon/pkg.mk pkg.mk + +install: install_sty install_doc + |