Return to generate_web_pages.pl CVS log | Up to [LON-CAPA] / doc / build |
version 1.50, 2011/06/01 06:34:47 | version 1.51, 2011/06/01 06:41:09 |
---|---|
Line 182 print INDEX $index; | Line 182 print INDEX $index; |
close INDEX; | close INDEX; |
# Build the pages | # Build the pages |
for (@pages,@other_pages,@testing_pages) { | for (@longlifecycle,@shortlifecycle,@ancillary,@other_pages,@testing_pages) { |
my ($title, $source) = @$_; | my ($title, $source) = @$_; |
# read in content | # read in content |