diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2020-05-30 14:37:08 +0000 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2020-05-30 14:37:08 +0000 |
commit | 4e00245458ce054bd7e8caf8f72d040a3138f43d (patch) | |
tree | 9d26e4a745ecc736c9f7ad5581a9ffebb351ba13 /chapter05 | |
parent | e390a3b3295d2a309b20e4684a713cb4ce3a5bd8 (diff) |
flex: move it earlier in chap6, so we can remove it from chap5
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11874 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/chapter05.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chapter05/chapter05.xml b/chapter05/chapter05.xml index 99b5799d3..b6ab70ada 100644 --- a/chapter05/chapter05.xml +++ b/chapter05/chapter05.xml @@ -28,7 +28,6 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ncurses.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bash.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bison.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="flex.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="coreutils.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="diffutils.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="file.xml"/> |