Return to generate_web_pages.pl CVS log | Up to [LON-CAPA] / doc / build |
version 1.63, 2022/02/28 18:04:16 | version 1.64, 2022/02/28 18:43:50 |
---|---|
Line 204 print INDEX $index; | Line 204 print INDEX $index; |
close INDEX; | close INDEX; |
# Build the pages | # Build the pages |
for (@longlifecycle,@shortlifecycle,@ancillary,@other_pages,@testing_pages) { | for (@longlifecycle,@shortlifecycle,@otherlifecycle,@ancillary,@other_pages,@testing_pages) { |
my ($title, $source) = @$_; | my ($title, $source) = @$_; |
# read in content | # read in content |