Mercurial > judyates
annotate perl/make_website.pl @ 26:c8377029b338 judyates
fixes.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sat, 18 Apr 2015 21:22:59 -0700 |
parents | b6ba604307fc |
children |
rev | line source |
---|---|
rlm@15 | 1 #!/usr/bin/perl |
rlm@15 | 2 |
rlm@15 | 3 |
rlm@15 | 4 print "Generating:\n"; |
rlm@15 | 5 `perl menu.pl`; |
rlm@15 | 6 print "menu\n"; |
rlm@15 | 7 `perl artwork_descriptions.pl`; |
rlm@15 | 8 print "artwork_descriptions\n"; |
rlm@15 | 9 `perl Contact.pl`; |
rlm@15 | 10 print "Contact\n"; |
rlm@15 | 11 `perl feedback.pl`; |
rlm@15 | 12 print "feedback\n"; |
rlm@15 | 13 `perl gallery.pl`; |
rlm@15 | 14 print "gallery\n"; |
rlm@15 | 15 `perl How_to_Order.pl`; |
rlm@15 | 16 print "How_to_Order\n"; |
rlm@15 | 17 `perl meet_the_artist.pl`; |
rlm@15 | 18 print "meet_the_artist\n"; |
rlm@15 | 19 `perl meet_the_artist_descriptions.pl`; |
rlm@15 | 20 print "meet_the_artist_descriptions\n"; |
rlm@15 | 21 `perl pricing.pl`; |
rlm@15 | 22 print "pricing\n"; |
rlm@15 | 23 `perl pets.pl`; |
rlm@15 | 24 print "pets\n"; |
rlm@15 | 25 `perl pet_descriptions.pl`; |
rlm@15 | 26 print "pet_descriptions\n"; |
rlm@15 | 27 #`perl recent_sales.pl`; #broken due to gallery stuff... |
rlm@15 | 28 #print "recent_sales\n"; |
rlm@15 | 29 `perl index.pl`; |
rlm@15 | 30 print "index\n"; |