Changeset 42e6981
- Timestamp:
- 07/14/2002 08:51:13 PM (22 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 5c14560a
- Parents:
- 24ae60e
- Files:
-
- 6 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
index.xml
r24ae60e r42e6981 3 3 "/usr/share/docbook/docbookx.dtd" [ 4 4 5 <!ENTITY version "2002071 3">6 <!ENTITY releasedate "July 1 3th, 2002">5 <!ENTITY version "20020714"> 6 <!ENTITY releasedate "July 14th, 2002"> 7 7 8 8 <!ENTITY % book SYSTEM "book/book.ent"> -
introduction/welcome/changelog.xml
r24ae60e r42e6981 11 11 <itemizedlist> 12 12 13 <listitem><para>July 14th, 2002 [bdubbs]: Update location of zlib. 14 </para></listitem> 13 <listitem><para>July 14th, 2002 [markh]: Post-LFS: Add 14 tcsh-6.11.</para></listitem> 15 16 <listitem><para>July 14th, 2002 [bdubbs]: Update location of 17 zlib.</para></listitem> 15 18 16 19 <listitem><para>July 13th, 2002 [larry]: Removed libiconv from GLib2. … … 18 21 19 22 <listitem><para>July 13th, 2002 [bdubbs]: Insert download and build 20 sizes for XFree86 DRI. 21 </para></listitem> 23 sizes for XFree86 DRI.</para></listitem> 22 24 23 25 <listitem><para>July 13th, 2002 [markh]: Post-LFS: Finally fix the -
postlfs/postlfs.ent
r24ae60e r42e6981 38 38 <!-- Shells --> 39 39 <!ENTITY postlfs-shells SYSTEM "shells/shells.xml"> 40 <!ENTITY postlfs-shells-tcsh SYSTEM "shells/tcsh.xml"> 40 <!ENTITY % tcsh SYSTEM "shells/tcsh/tcsh.ent"> 41 %tcsh; 41 42 <!ENTITY postlfs-shells-zsh SYSTEM "shells/zsh.xml"> -
postlfs/shells/shells.xml
r24ae60e r42e6981 5 5 <para>Intro goes here</para> 6 6 7 & postlfs-shells-tcsh;7 &tcsh; 8 8 &postlfs-shells-zsh; 9 9 -
postlfs/shells/tcsh.xml
r24ae60e r42e6981 1 <sect1 id="postlfs-shells-tcsh"> 2 <?dbhtml filename="tcsh.html" dir="postlfs"?> 3 <title>tcsh</title> 1 <sect1 id="tcsh" xreflabel="tcsh-&tcsh-version;"> 2 <title>tcsh-&tcsh-version;</title> 4 3 5 <para>TO BE DONE</para> 4 &tcsh-intro; 5 &tcsh-inst; 6 &tcsh-exp; 7 &tcsh-config; 8 &tcsh-desc; 6 9 7 10 </sect1> 11
Note:
See TracChangeset
for help on using the changeset viewer.