[LON-CAPA-cvs] cvs: doc /build generate_web_pages.pl
raeburn
raeburn at source.lon-capa.org
Mon Aug 5 22:48:58 EDT 2024
raeburn Tue Aug 6 02:48:58 2024 EDT
Modified files:
/doc/build generate_web_pages.pl
Log:
- Add "Install" for links to all installation pages.
- @otherlifecycle is no longer used.
Index: doc/build/generate_web_pages.pl
diff -u doc/build/generate_web_pages.pl:1.65 doc/build/generate_web_pages.pl:1.66
--- doc/build/generate_web_pages.pl:1.65 Mon Aug 5 23:11:58 2024
+++ doc/build/generate_web_pages.pl Tue Aug 6 02:48:58 2024
@@ -34,14 +34,14 @@
['Rocky Linux 8 Install','rocky8_install'],
['SuSE Linux Enterprise Server 15 Install', 'sles15_install'],
['SuSE Linux Enterprise Server 12 Install', 'sles12_install'],
- ['Debian 12', 'debian12_install.frag'],
- ['Debian 11', 'debian11_install.frag'],
- ['Debian 10', 'debian10_install.frag'],
- ['Ubuntu 24.04 LTS Server', 'ubuntu24LTS_install'],
- ['Ubuntu 22.04 LTS Server', 'ubuntu22LTS_install'],
- ['Ubuntu 20.04 LTS Server', 'ubuntu20LTS_install'],
- ['Ubuntu 18.04 LTS Server', 'ubuntu18LTS_install'],
- ['Ubuntu 16.04 LTS Server', 'ubuntu16LTS_install'],
+ ['Debian 12 Install', 'debian12_install.frag'],
+ ['Debian 11 Install', 'debian11_install.frag'],
+ ['Debian 10 Install', 'debian10_install.frag'],
+ ['Ubuntu 24.04 LTS Install', 'ubuntu24LTS_install'],
+ ['Ubuntu 22.04 LTS Install', 'ubuntu22LTS_install'],
+ ['Ubuntu 20.04 LTS Install', 'ubuntu20LTS_install'],
+ ['Ubuntu 18.04 LTS Install', 'ubuntu18LTS_install'],
+ ['Ubuntu 16.04 LTS Install', 'ubuntu16LTS_install'],
['CentOS Stream 9 Install','centos9-stream_install'],
['CentOS Linux 7 Install','centos7_install'],
);
@@ -187,7 +187,7 @@
close INDEX;
# Build the pages
-for (@longlifecycle, at shortlifecycle, at otherlifecycle, at ancillary, at other_pages, at testing_pages) {
+for (@longlifecycle, at shortlifecycle, at ancillary, at other_pages, at testing_pages) {
my ($title, $source) = @$_;
# read in content
More information about the LON-CAPA-cvs
mailing list