summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/pbox/Makefile
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-12-10 01:05:30 +0000
committerKarl Berry <karl@freefriends.org>2011-12-10 01:05:30 +0000
commit905da44baf20b22b84b86c1a4cded85beb111531 (patch)
tree1e531365a333d3a1dc0508334c9c6e305601793e /Master/texmf-dist/doc/latex/pbox/Makefile
parente510f05066983751f72a1db0dd4d43796f637340 (diff)
pbox (8dec11)
git-svn-id: svn://tug.org/texlive/trunk@24807 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/pbox/Makefile')
-rw-r--r--Master/texmf-dist/doc/latex/pbox/Makefile17
1 files changed, 16 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/pbox/Makefile b/Master/texmf-dist/doc/latex/pbox/Makefile
index 606dfd81c9a..c35fe508883 100644
--- a/Master/texmf-dist/doc/latex/pbox/Makefile
+++ b/Master/texmf-dist/doc/latex/pbox/Makefile
@@ -36,6 +36,7 @@ TDSFORMAT = latex/
# Shell
RM = rm -f
+ZIP = zip -9
TEXFILES=\
$(PACKAGE).aux\
@@ -50,6 +51,17 @@ TEXFILES=\
$(PACKAGE).pdf\
$(PACKAGE).sty
+PKGFILES=\
+ AUTHORS\
+ COPYING\
+ ChangeLog\
+ INSTALL\
+ Makefile\
+ README\
+ $(PACKAGE).dtx\
+ $(PACKAGE).ins\
+ $(PACKAGE).pdf
+
.PHONY : all install uninstall dvi pdf clean
all : $(PACKAGE).sty $(PACKAGE).dvi $(PACKAGE).pdf ;
@@ -89,6 +101,9 @@ pdf : $(PACKAGE).pdf
$(MAKEINDEX) -s $(GGLO) -o $*.gls $*.glo
$(LATEX2DVI) $<
+$(PACKAGE).zip : $(PKGFILES)
+ $(RM) $@
+ $(ZIP) $@ $^
clean :
- $(RM) $(TEXFILES)
+ $(RM) $(TEXFILES) $(PACKAGE).zip