Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
From: Alan W. Irwin <airwin@us...> - 2004-06-22 21:25:08
|
Update of /cvsroot/plplot/plplot/examples/python In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8286 Modified Files: Makefile.am Log Message: Install and distribute new python standalone scripts. Index: Makefile.am =================================================================== RCS file: /cvsroot/plplot/plplot/examples/python/Makefile.am,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- Makefile.am 14 Jun 2004 21:51:56 -0000 1.14 +++ Makefile.am 22 Jun 2004 21:24:48 -0000 1.15 @@ -25,12 +25,33 @@ examples_pythondir = $(DATA_DIR)/examples/python +# This list contains standalone scripts which are executable. dist_examples_python_SCRIPTS = \ prova.py \ pythondemos.py \ + x01 \ + x02 \ + x03 \ + x04 \ + x05 \ + x06 \ + x07 \ + x08 \ + x09 \ + x10 \ + x11 \ + x12 \ + x13 \ + x14 \ + x15 \ + x16 \ + x17 \ + x18 \ + x22 \ xw14.py \ xw17.py +# This list contains python modules that can be imported. dist_examples_python_DATA = \ README.pythondemos \ qplplot.py \ |