Author: matthew
Date: 2010-01-28 15:11:43 -0700 (Thu, 28 Jan 2010)
New Revision: 9170

Modified:
   trunk/BOOK/chapter06/udev.xml
   trunk/BOOK/packages.ent
   trunk/BOOK/udev-config/Makefile
Log:
Don't try to install documentation that was removed in udev-config-20090126.

Modified: trunk/BOOK/chapter06/udev.xml
===================================================================
--- trunk/BOOK/chapter06/udev.xml       2010-01-28 22:10:02 UTC (rev 9169)
+++ trunk/BOOK/chapter06/udev.xml       2010-01-28 22:11:43 UTC (rev 9170)
@@ -164,10 +164,6 @@
 
 <screen><userinput remap="install">make install-doc</userinput></screen>
 
-    <para>Install the documentation that explains the commonly-used rules
-    files provided by Udev:</para>
-
-<screen><userinput remap="install">make install-extra-doc</userinput></screen>
   </sect2>
 
   <sect2 id="contents-udev" role="content">

Modified: trunk/BOOK/packages.ent
===================================================================
--- trunk/BOOK/packages.ent     2010-01-28 22:10:02 UTC (rev 9169)
+++ trunk/BOOK/packages.ent     2010-01-28 22:11:43 UTC (rev 9170)
@@ -508,7 +508,7 @@
 <!ENTITY udev-ch6-du "11.6 MB">
 <!ENTITY udev-ch6-sbu "0.2 SBU">
 
-<!ENTITY udev-config "udev-config-20100126"> <!-- Scripts depend on this 
format -->
+<!ENTITY udev-config "udev-config-20100128"> <!-- Scripts depend on this 
format -->
 <!ENTITY udev-config-size "UDEV-SIZE KB">    <!-- Updated in Makefile -->
 <!ENTITY udev-config-url "&downloads-root;&udev-config;.tar.bz2">
 <!ENTITY udev-config-md5 "UDEV-MD5SUM">      <!-- Updated in Makefile -->

Modified: trunk/BOOK/udev-config/Makefile
===================================================================
--- trunk/BOOK/udev-config/Makefile     2010-01-28 22:10:02 UTC (rev 9169)
+++ trunk/BOOK/udev-config/Makefile     2010-01-28 22:11:43 UTC (rev 9170)
@@ -8,13 +8,6 @@
        55-lfs.rules
 DOC_FILES = $(RULES_FILES:.rules=.txt)
 
-EXTRA_DOC_FILES = \
-       05-udev-early.txt \
-       60-persistent-input.txt \
-       60-persistent-storage.txt \
-       80-drivers.txt \
-       95-udev-late.txt
-
 # Location to install the docs
 DOC_DIR = $(PREFIX)/share/doc/udev-config
 
@@ -33,9 +26,3 @@
        for doc in $(DOC_FILES); do \
                $(INSTALL_DATA) doc/$$doc $(DESTDIR)$(DOC_DIR) || exit 1; \
        done
-
-install-extra-doc:
-       $(INSTALL) -d $(DESTDIR)$(DOC_DIR)
-       for doc in $(EXTRA_DOC_FILES); do \
-               $(INSTALL_DATA) doc/$$doc $(DESTDIR)$(DOC_DIR) || exit 1; \
-       done

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to