summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/generic/pst-pad/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/generic/pst-pad/Makefile')
-rw-r--r--Master/texmf-dist/source/generic/pst-pad/Makefile52
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: