diff options
Diffstat (limited to 'Master/texmf-dist/doc/fonts/tipa/Makefile')
-rw-r--r-- | Master/texmf-dist/doc/fonts/tipa/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/fonts/tipa/Makefile b/Master/texmf-dist/doc/fonts/tipa/Makefile new file mode 100644 index 00000000000..89c0589bb52 --- /dev/null +++ b/Master/texmf-dist/doc/fonts/tipa/Makefile @@ -0,0 +1,20 @@ +# Copyright 2002 FUKUI Rei +# +# This program may be distributed and/or modified under the +# conditions of the LaTeX Project Public License, either version 1.2 +# of this license or (at your option) any later version. +# The latest version of this license is in +# http://www.latex-project.org/lppl.txt +# and version 1.2 or later is part of all distributions of LaTeX +# version 1999/12/01 or later. +# +# This program consists of all files listed in Manifest.txt. + +tipaman : + latex tipaman + bibtex tipaman + latex tipaman + latex tipaman + +clean : + rm -rf auto *~ *.aux *.log *.blg *.toc *.dvi |