Mercurial > judyates
diff perl/make_website.pl @ 0:60668cf4f443 judyates
[svn r1] initial import
author | rlm |
---|---|
date | Sun, 03 Jan 2010 04:38:50 -0500 |
parents | |
children | b6ba604307fc |
line wrap: on
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/perl/make_website.pl Sun Jan 03 04:38:50 2010 -0500 1.3 @@ -0,0 +1,27 @@ 1.4 +print "Generating:\n"; 1.5 +`perl menu.pl`; 1.6 +print "menu\n"; 1.7 +`perl artwork_descriptions.pl`; 1.8 +print "artwork_descriptions\n"; 1.9 +`perl Contact.pl`; 1.10 +print "Contact\n"; 1.11 +`perl feedback.pl`; 1.12 +print "feedback\n"; 1.13 +`perl gallery.pl`; 1.14 +print "gallery\n"; 1.15 +`perl How_to_Order.pl`; 1.16 +print "How_to_Order\n"; 1.17 +`perl meet_the_artist.pl`; 1.18 +print "meet_the_artist\n"; 1.19 +`perl meet_the_artist_descriptions.pl`; 1.20 +print "meet_the_artist_descriptions\n"; 1.21 +`perl pricing.pl`; 1.22 +print "pricing\n"; 1.23 +`perl pets.pl`; 1.24 +print "pets\n"; 1.25 +`perl pet_descriptions.pl`; 1.26 +print "pet_descriptions\n"; 1.27 +`perl recent_sales.pl`; 1.28 +print "recent_sales\n"; 1.29 +`perl index.pl`; 1.30 +print "index\n"; 1.31 \ No newline at end of file