diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-11 23:55:43 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-11 23:55:43 +0000 |
commit | 86a936a7e685ba9a7a275027910409748b3c2acc (patch) | |
tree | a58e8c29384da8ce169dae74452329759c73730b /Master/texmf-dist/source/latex/objectz/makefile | |
parent | c93827540c8875c270e3b91434ce97ce5d0d80a9 (diff) |
trunk/Master/texmf-dist/source/latex/objectz
git-svn-id: svn://tug.org/texlive/trunk@422 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/objectz/makefile')
-rw-r--r-- | Master/texmf-dist/source/latex/objectz/makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/objectz/makefile b/Master/texmf-dist/source/latex/objectz/makefile new file mode 100644 index 00000000000..edb8e0f58a2 --- /dev/null +++ b/Master/texmf-dist/source/latex/objectz/makefile @@ -0,0 +1,6 @@ +oz: + tex oz.ins + latex oz.dtx + +clean: + -rm *.aux *.toc *.sty *.dvi *.log *.tmp |