diff options
author | Karl Berry <karl@freefriends.org> | 2019-01-04 21:54:45 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-01-04 21:54:45 +0000 |
commit | f0755a4b2ded690865c1eb704412db509f1053fb (patch) | |
tree | 26e53a5878921765b44c778933bbf047730948e1 /Master/texmf-dist/source/fonts/fpl/Makefile | |
parent | 6e16f035a8c484f015e4f50e460436239ca8aef1 (diff) |
fpl (4jan19)
git-svn-id: svn://tug.org/texlive/trunk@49603 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/fonts/fpl/Makefile')
-rw-r--r-- | Master/texmf-dist/source/fonts/fpl/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/fonts/fpl/Makefile b/Master/texmf-dist/source/fonts/fpl/Makefile index 6e2ad55b7fb..366857a0c39 100644 --- a/Master/texmf-dist/source/fonts/fpl/Makefile +++ b/Master/texmf-dist/source/fonts/fpl/Makefile @@ -25,15 +25,17 @@ fplbj8a.pfb: $(BD_SOURCE) fplbij8a.pfb: $(BI_SOURCE) $(FONTFORGE) TeXPalladioL-BoldItalicOsF.pe +clean: + rm -f fpl*8a.* TeXPalladioL*sfd dist: all rm -rf dist/ - mkdir -p dist/{type1,afm,pfm,source} + mkdir -p dist/type1 dist/afm dist/pfm dist/source cp README COPYING dist/ cp fplrc8a.pfb fplrij8a.pfb fplbj8a.pfb fplbij8a.pfb dist/type1/ cp fplrc8a.pfm fplrij8a.pfm fplbj8a.pfm fplbij8a.pfm dist/pfm/ cp fplrc8a.afm fplrij8a.afm fplbj8a.afm fplbij8a.afm dist/afm/ cp $(SOURCE) Makefile dist/source/ cp README.source dist/source/README - (cd dist; zip fpl.zip README COPYING {type1,afm,pfm,source}/*) + (cd dist; zip -r fpl.zip README COPYING type1 afm pfm source) |