From 6a040f79a06ff7110bf377c23b9adba0c0b875c4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Wobst?= Date: Wed, 31 Mar 2004 09:44:28 +0000 Subject: [PATCH] 0.6.1 release git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@1615 069f4177-920e-0410-937b-c2a4a81bcd90 --- CHANGES | 5 +++++ www/Makefile | 27 +++++++++++---------------- www/examples.pt | 2 +- www/index.pt | 1 + 4 files changed, 18 insertions(+), 17 deletions(-) diff --git a/CHANGES b/CHANGES index eb63b571..f260c679 100644 --- a/CHANGES +++ b/CHANGES @@ -70,6 +70,11 @@ TODO: graph data +0.6.1 (2004/03/31): + - fixes missing install of the graph and axis directories introduced in 0.6 + - some minor updates to the faq + + 0.6 (2004/03/30): - graph module: - reorganisation of the graph structure finished (there might be some diff --git a/www/Makefile b/www/Makefile index 51242be7..e3f0ea1d 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,13 +1,5 @@ default: build -clean: - -rm *.html - rm -r build - -all: - make clean - make build - ptfiles = $(filter-out maintemplate.pt, $(wildcard *.pt)) htmlfiles = $(patsubst %.pt, %.html, $(ptfiles)) imagefiles = valid-html401.png vcss.png pyx.ico @@ -17,11 +9,19 @@ exampledirs = $(shell cd ..; find examples -type d|grep -v CVS) publicserver = shell.sourceforge.net publicpath = /home/groups/p/py/pyx/htdocs +all: + make clean + make build + +clean: + -rm *.html + rm -r $(builddir) + public: build scp -oCompression=yes -r $(builddir)/* $(publicserver):$(publicpath) -ssh $(publicserver) "cd $(publicpath); chmod -fR g+w *" -build: htmlfiles otherhtml +build: htmlfiles always -rm -r $(builddir) mkdir $(builddir) cp $(htmlfiles) $(imagefiles) $(cssfiles) $(builddir) @@ -35,10 +35,5 @@ htmlfiles: $(htmlfiles) %.html: %.pt maintemplate.pt pt2html.py PYTHONPATH=/usr/src/ZopeCVS/Zope3/src:~/bin/python/Zope3/src ./pt2html.py $< -otherhtml: - cd png; make - cd ../examples; make html - cd ../manual; make pdf - cd ../manual; make html - cd ../faq; make - +always: + diff --git a/www/examples.pt b/www/examples.pt index 1dd872da..0770bda5 100644 --- a/www/examples.pt +++ b/www/examples.pt @@ -7,7 +7,7 @@

PyX - Examples

-On this page, you find some examples of figures created with PyX 0.6. The EPS version +On this page, you find some examples of figures created with PyX 0.6.1. The EPS version can be obtained by clicking on the image.

diff --git a/www/index.pt b/www/index.pt index eb8b544b..c447e189 100644 --- a/www/index.pt +++ b/www/index.pt @@ -38,6 +38,7 @@ section of the SourceForge project page. You may also join discussions on th

News