|
From: <ai...@us...> - 2008-09-23 19:49:51
|
Revision: 8802
http://plplot.svn.sourceforge.net/plplot/?rev=8802&view=rev
Author: airwin
Date: 2008-09-23 19:49:36 +0000 (Tue, 23 Sep 2008)
Log Message:
-----------
As part of ongoing removal of the old website, remove entire examples
directory which is now superseded by examples.php.
Modified Paths:
--------------
trunk/www/Makefile
Removed Paths:
-------------
trunk/www/examples/
Modified: trunk/www/Makefile
===================================================================
--- trunk/www/Makefile 2008-09-23 19:18:20 UTC (rev 8801)
+++ trunk/www/Makefile 2008-09-23 19:49:36 UTC (rev 8802)
@@ -9,7 +9,6 @@
index_old.html \
credits \
demo \
- examples \
news \
plplot_icons \
resources \
@@ -30,10 +29,7 @@
all: install install-announce
-examples/index.html: examples/index.html.in
- (cd examples ; eperl index.html.in > index.html || rm -f index.html)
-
-install: examples/index.html
+install:
ssh $(USER_AT_HOST) rm -rf $(WWW_FILES)
for f in $(FILES) ; do \
if test -d $$f ; then \
@@ -50,5 +46,4 @@
-( cd announce ; $(MAKE) install )
clean:
- rm -f examples/index.html examples/demo*.php
( cd announce ; $(MAKE) clean )
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|