diff options
author | Karl Berry <karl@freefriends.org> | 2008-03-22 23:30:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-03-22 23:30:27 +0000 |
commit | ad0595cded72b5fe8a382e15d48847d3d1bc1a0d (patch) | |
tree | 523b6c82d7610f246677d41ddac365ef78aedd94 /Master/texmf-dist/source/generic/pst-pad | |
parent | 8328d8188fb85a8733a4f03c71b40f415ac51365 (diff) |
pst-pad update (22mar08)
git-svn-id: svn://tug.org/texlive/trunk@7088 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 | 52 |
1 files changed, 28 insertions, 24 deletions
diff --git a/Master/texmf-dist/source/generic/pst-pad/Makefile b/Master/texmf-dist/source/generic/pst-pad/Makefile index 920a1cc0a4b..d7b09a70df2 100644 --- a/Master/texmf-dist/source/generic/pst-pad/Makefile +++ b/Master/texmf-dist/source/generic/pst-pad/Makefile @@ -1,37 +1,41 @@ -MAIN = pst-pad-doc -MAINDE = pst-pad-docDE +MAIN = pst-pad +MAINDOCEN = pst-pad-doc +MAINDOCDE = pst-pad-docDE all: \ - $(MAIN).pdf \ - $(MAINDE).pdf + Makefile \ + $(MAINDOCEN).pdf \ + $(MAINDOCDE).pdf -$(MAIN).pdf: \ +$(MAINDOCEN).pdf: \ showexpl.cfg \ - pst-pad-doc.tex \ - pst-pad.tex \ - pst-pad.sty - latex $(MAIN).tex - latex $(MAIN).tex - dvips $(MAIN) - ps2pdf $(MAIN).ps + $(MAINDOCEN).tex \ + $(MAIN).tex \ + $(MAIN).sty + latex $(MAINDOCEN).tex + latex $(MAINDOCEN).tex + dvips $(MAINDOCEN) + ps2pdf $(MAINDOCEN).ps -$(MAINDE).pdf: \ +$(MAINDOCDE).pdf: \ showexpl.cfg \ - pst-pad-docDE.tex \ - pst-pad.tex \ - pst-pad.sty - latex $(MAINDE).tex - latex $(MAINDE).tex - dvips $(MAINDE) - ps2pdf $(MAINDE).ps + $(MAINDOCDE).tex \ + $(MAIN).tex \ + $(MAIN).sty + latex $(MAINDOCDE).tex + latex $(MAINDOCDE).tex + dvips $(MAINDOCDE) + ps2pdf $(MAINDOCDE).ps .PHONY: publish publish: \ all - zip pst-pad.zip \ - pst-pad.tex pst-pad.sty showexpl.cfg Makefile README CHANGES \ - $(MAIN).tex $(MAIN).pdf \ - $(MAINDE).tex $(MAINDE).pdf + zip $(MAIN).zip \ + Makefile README CHANGES \ + $(MAIN).tex $(MAIN).sty \ + showexpl.cfg \ + $(MAINDOCEN).tex $(MAINDOCEN).pdf \ + $(MAINDOCDE).tex $(MAINDOCDE).pdf .PHONY: clean clean: |