summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/generic/pst-plot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/generic/pst-plot/Makefile')
-rw-r--r--Master/texmf-dist/source/generic/pst-plot/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/generic/pst-plot/Makefile b/Master/texmf-dist/source/generic/pst-plot/Makefile
index 50bf5814308..3fcfc3fedf8 100644
--- a/Master/texmf-dist/source/generic/pst-plot/Makefile
+++ b/Master/texmf-dist/source/generic/pst-plot/Makefile
@@ -15,7 +15,8 @@ ARCHFILES = $(PACKAGE).sty $(PACKAGE).tex $(PACKAGE).pro $(MAIN).tex README Chan
TDS = ~/PSTricks/PSTricks-TDS
-all : doc clean tds
+all : doc clean
+#tds
doc: $(MAIN).pdf
@@ -51,7 +52,7 @@ clean :
$(RM) $(addprefix $(MAIN), .log .aux .glg .glo .gls .ilg .idx .ind .tmp .toc .out )
$(RM) $(addprefix $(MAIN), .dvi .ps .blg .bbl )
rm *.data
- rm temp*
+# rm temp*
veryclean : clean
$(RM) $(addprefix $(MAIN), .pdf .bbl .blg)
@@ -60,6 +61,8 @@ arch :
zip $(ARCHNAME).zip $(ARCHFILES)
tds:
+ cp -u *.sty ~/Links/texmf-local-latex/$(PACKAGE)/
+#
cp -u Changes $(TDS)/doc/generic/$(PACKAGE)/
cp -u README $(TDS)/doc/generic/$(PACKAGE)/
cp -u $(MAIN).pdf $(TDS)/doc/generic/$(PACKAGE)/
@@ -69,6 +72,7 @@ tds:
#
cp -u Changes $(TDS)/tex/generic/$(PACKAGE)/
cp -u $(PACKAGE).tex $(TDS)/tex/generic/$(PACKAGE)/
+ cp -u $(PACKAGE)97.tex $(TDS)/tex/generic/$(PACKAGE)/
#
# cp -u Changes $(TDS)/dvips/$(PACKAGE)/
# cp -u $(PACKAGE).pro $(TDS)/dvips/$(PACKAGE)/