diff options
Diffstat (limited to 'Master/texmf-dist/source/fonts/hfoldsty/Makefile')
-rw-r--r-- | Master/texmf-dist/source/fonts/hfoldsty/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/fonts/hfoldsty/Makefile b/Master/texmf-dist/source/fonts/hfoldsty/Makefile new file mode 100644 index 00000000000..59c64a23597 --- /dev/null +++ b/Master/texmf-dist/source/fonts/hfoldsty/Makefile @@ -0,0 +1,11 @@ +all: t1hfor.fd + +t1hfor.fd: generate.sh TS1.etx dostretch.mtx t19.etx + ./generate.sh + +clean: + @rm -f *.vpl *.log ec*.mtx tc*.mtx *.pl hfo*.tex + +distclean: clean + @rm -f *~ + @rm -f *.tfm *.vf *.fd |