diff options
Diffstat (limited to 'Master/texmf-dist/doc/fonts/hfoldsty/Makefile')
-rw-r--r-- | Master/texmf-dist/doc/fonts/hfoldsty/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/fonts/hfoldsty/Makefile b/Master/texmf-dist/doc/fonts/hfoldsty/Makefile new file mode 100644 index 00000000000..98437d39e99 --- /dev/null +++ b/Master/texmf-dist/doc/fonts/hfoldsty/Makefile @@ -0,0 +1,13 @@ +all: test-eco.pdf test-hfo.pdf + +test-eco.pdf: + pdflatex test-eco + pdflatex test-eco + +test-hfo.pdf: + pdflatex test-hfo + pdflatex test-hfo + +distclean: + @-rm test-eco.{aux,log,pdf} + @-rm test-hfo.{aux,log,pdf} |