Changeset 8537
- Timestamp:
- 04/23/08 10:32:52 (6 months ago)
- Files:
-
- trunk/BOOK/chapter01/changelog.xml (modified) (1 diff)
- trunk/BOOK/chapter06/kbd.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/BOOK/chapter01/changelog.xml
r8536 r8537 40 40 <para>2008-04-23</para> 41 41 <itemizedlist> 42 <listitem> 43 <para>[jhuntwork] - Fixed behavior in kbd where man pages 44 for optional programs that aren't built are installed. 45 Thanks Greg Schafer for spotting this. 46 </para> 47 </listitem> 42 48 <listitem> 43 49 <para>[jhuntwork] - Fixed kbd to install getkeycodes, trunk/BOOK/chapter06/kbd.xml
r8536 r8537 60 60 <screen><userinput remap="pre">sed -i -e '1i KEYCODES_PROGS = @KEYCODES_PROGS@' \ 61 61 -e '1i RESIZECONS_PROGS = @RESIZECONS_PROGS@' src/Makefile.in</userinput></screen> 62 63 <para>This version of Kbd will also install man pages for optional programs 64 even if we don't use the <parameter>--enable-optional-progs</parameter> 65 option to build them. Fix this behavior:</para> 66 67 <screen><userinput remap="pre">var=OPTIONAL_PROGS 68 sed -i "s/ifdef $var/ifeq (\$($var),yes)/" man/Makefile.in 69 unset var</userinput></screen> 62 70 63 71 <para>Prepare Kbd for compilation:</para>
