diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-09 00:43:17 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-09 00:43:17 +0000 |
commit | f9ba1f4431124f48769a2666d5d9ec921345ca71 (patch) | |
tree | 84f6056d0a7a06c9fed9927a8be9210064de058c /Master/texmf-dist/doc/fonts/tipa/Makefile | |
parent | fd423d0bb64fe29a2be1fbae5baaf4bc386cc274 (diff) |
doc 2
git-svn-id: svn://tug.org/texlive/trunk@78 c570f23f-e606-0410-a88d-b1316a301751
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 |