diff options
author | Karl Berry <karl@freefriends.org> | 2016-08-25 23:02:05 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-08-25 23:02:05 +0000 |
commit | b4ca047b96a502350b025c4541bc5d479b2f86f3 (patch) | |
tree | ebab119783c535c852bcae9886832cae878436b5 /Master/texmf-dist/doc/latex/comment/Makefile | |
parent | fea2f0eb388007dabe52654e6355a8448c929e55 (diff) |
comment (25aug16)
git-svn-id: svn://tug.org/texlive/trunk@41927 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/comment/Makefile')
-rw-r--r-- | Master/texmf-dist/doc/latex/comment/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/comment/Makefile b/Master/texmf-dist/doc/latex/comment/Makefile new file mode 100644 index 00000000000..d405592566f --- /dev/null +++ b/Master/texmf-dist/doc/latex/comment/Makefile @@ -0,0 +1,6 @@ +info : + @echo "there is nothing to make here" +clean : + @/bin/rm -f *~ *.{aux,log,out} *.cut +zip : clean + @cd .. ; zip comment.zip comment/* |