Changeset 0e038d1b


Ignore:
Timestamp:
01/28/2010 10:11:43 PM (14 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
23ba7a00
Parents:
395ce827
Message:

Don't try to install documentation that was removed in udev-config-20090126.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9170 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter06/udev.xml

    r395ce827 r0e038d1b  
    165165<screen><userinput remap="install">make install-doc</userinput></screen>
    166166
    167     <para>Install the documentation that explains the commonly-used rules
    168     files provided by Udev:</para>
    169 
    170 <screen><userinput remap="install">make install-extra-doc</userinput></screen>
    171167  </sect2>
    172168
  • packages.ent

    r395ce827 r0e038d1b  
    509509<!ENTITY udev-ch6-sbu "0.2 SBU">
    510510
    511 <!ENTITY udev-config "udev-config-20100126"> <!-- Scripts depend on this format -->
     511<!ENTITY udev-config "udev-config-20100128"> <!-- Scripts depend on this format -->
    512512<!ENTITY udev-config-size "UDEV-SIZE KB">    <!-- Updated in Makefile -->
    513513<!ENTITY udev-config-url "&downloads-root;&udev-config;.tar.bz2">
  • udev-config/Makefile

    r395ce827 r0e038d1b  
    88        55-lfs.rules
    99DOC_FILES = $(RULES_FILES:.rules=.txt)
    10 
    11 EXTRA_DOC_FILES = \
    12         05-udev-early.txt \
    13         60-persistent-input.txt \
    14         60-persistent-storage.txt \
    15         80-drivers.txt \
    16         95-udev-late.txt
    1710
    1811# Location to install the docs
     
    3427                $(INSTALL_DATA) doc/$$doc $(DESTDIR)$(DOC_DIR) || exit 1; \
    3528        done
    36 
    37 install-extra-doc:
    38         $(INSTALL) -d $(DESTDIR)$(DOC_DIR)
    39         for doc in $(EXTRA_DOC_FILES); do \
    40                 $(INSTALL_DATA) doc/$$doc $(DESTDIR)$(DOC_DIR) || exit 1; \
    41         done
Note: See TracChangeset for help on using the changeset viewer.