Changes between Initial Version and Version 8 of Ticket #2459


Ignore:
Timestamp:
08/01/2009 04:07:59 AM (15 years ago)
Author:
bdubbs@…
Comment:

Replying to chris@…:

OK, this is what needs to be done:

  1. In Chapter 6 add --docdir=/usr/share/dov/udev-145 to configure
  2. Add writing_udev_rules/ to the path in Chapter 7, udev.xml and symlinks.xml

I've not actually built the whole package, but I did run ./configure with the switch and the 'make DESTDIR=/tmp/udev install' in the docs/ directory.

What I get is:

/usr/bin/install -c -m 644 $files "/usr/share/doc/udev-145/writing_udev_rules"

/tmp/udev:
usr

/tmp/udev/usr:
share

/tmp/udev/usr/share:
doc

/tmp/udev/usr/share/doc:
udev-145

/tmp/udev/usr/share/doc/udev-145:
writing_udev_rules

/tmp/udev/usr/share/doc/udev-145/writing_udev_rules:
index.html

So those simple changes should be adequate.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2459

    • Property Status newreopened
    • Property Type taskdefect
  • Ticket #2459 – Description

    initial v8  
    11It was mentioned earlier that Udev now puts an HTML file about writing Udev rules in /usr/share/doc/udev-[version], but for me it just goes into /usr/share/doc/udev. This is fixed by adding --docdir=/usr/share/doc/udev-&udev-version; to Udev's configure.
     2