diff options
author | Karl Berry <karl@freefriends.org> | 2008-09-08 00:53:08 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-09-08 00:53:08 +0000 |
commit | 4c1eb5a01d9b26b23bdebd28739b415648adef5a (patch) | |
tree | 7f9fff4882356781e4656e8da20de9241656e9ee /Master/texmf-dist/source/generic/pst-pad | |
parent | a22e4cb7fe4ad156c686c172e44393ae54b7a1f3 (diff) |
pst-pad (22aug08)
git-svn-id: svn://tug.org/texlive/trunk@10477 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/generic/pst-pad')
-rw-r--r-- | Master/texmf-dist/source/generic/pst-pad/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/texmf-dist/source/generic/pst-pad/Makefile b/Master/texmf-dist/source/generic/pst-pad/Makefile index d7b09a70df2..0c8f6009f51 100644 --- a/Master/texmf-dist/source/generic/pst-pad/Makefile +++ b/Master/texmf-dist/source/generic/pst-pad/Makefile @@ -9,6 +9,7 @@ all: \ $(MAINDOCEN).pdf: \ showexpl.cfg \ + pst-pad-doc-header.tex \ $(MAINDOCEN).tex \ $(MAIN).tex \ $(MAIN).sty @@ -19,6 +20,7 @@ $(MAINDOCEN).pdf: \ $(MAINDOCDE).pdf: \ showexpl.cfg \ + pst-pad-doc-header.tex \ $(MAINDOCDE).tex \ $(MAIN).tex \ $(MAIN).sty @@ -31,7 +33,7 @@ $(MAINDOCDE).pdf: \ publish: \ all zip $(MAIN).zip \ - Makefile README CHANGES \ + Makefile README CHANGES pst-pad-doc-header.tex \ $(MAIN).tex $(MAIN).sty \ showexpl.cfg \ $(MAINDOCEN).tex $(MAINDOCEN).pdf \ |