Gentoo Archives: gentoo-commits

From: "Matthias Schwarzott (zzam)" <zzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/udev/files: udev-9999-disable-doc.diff
Date: Thu, 18 Jun 2009 09:27:53
Message-Id: E1MHDuR-0007K8-Cd@stork.gentoo.org
1 zzam 09/06/18 09:27:51
2
3 Added: udev-9999-disable-doc.diff
4 Log:
5 Make extras a use-flag and add all necessary depends. Change way doc is handled for autotools.
6 (Portage version: 2.1.6.13/cvs/Linux i686)
7
8 Revision Changes Path
9 1.1 sys-fs/udev/files/udev-9999-disable-doc.diff
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/udev/files/udev-9999-disable-doc.diff?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/udev/files/udev-9999-disable-doc.diff?rev=1.1&content-type=text/plain
13
14 Index: udev-9999-disable-doc.diff
15 ===================================================================
16 diff --git a/configure.ac b/configure.ac
17 index 82c455d..88dd20c 100644
18 --- a/configure.ac
19 +++ b/configure.ac
20 @@ -8,7 +8,6 @@ AC_SYS_LARGEFILE
21 AC_CONFIG_MACRO_DIR([m4])
22 AC_PROG_LIBTOOL
23 AC_PROG_AWK
24 -GTK_DOC_CHECK(1.10)
25 AC_PREFIX_DEFAULT([/usr])
26 AC_PATH_PROG([XSLTPROC], [xsltproc])
27
28 @@ -103,8 +102,6 @@ AC_CONFIG_FILES([
29 Makefile
30 libudev/Makefile
31 libudev/libudev.pc
32 - libudev/docs/Makefile
33 - libudev/docs/version.xml
34 udev/Makefile
35 rules/Makefile
36 extras/Makefile
37 @@ -125,8 +122,6 @@ AC_CONFIG_FILES([
38 extras/usb-db/Makefile
39 extras/gudev/Makefile
40 extras/gudev/gudev-1.0.pc
41 - extras/gudev/docs/Makefile
42 - extras/gudev/docs/version.xml
43 extras/keymap/Makefile
44 extras/modem-modeswitch/Makefile
45 ])
46 diff --git a/extras/gudev/Makefile.am b/extras/gudev/Makefile.am
47 index dcfc2bd..87d9aba 100644
48 --- a/extras/gudev/Makefile.am
49 +++ b/extras/gudev/Makefile.am
50 @@ -2,8 +2,7 @@ include $(top_srcdir)/Makefile.am.inc
51
52 # putting ‘.’ first causes prefix ordering of directories
53 SUBDIRS = \
54 - . \
55 - docs
56 + .
57
58 AM_CPPFLAGS += \
59 -I$(top_builddir)/extras \
60 diff --git a/libudev/Makefile.am b/libudev/Makefile.am
61 index 220cff0..f40c830 100644
62 --- a/libudev/Makefile.am
63 +++ b/libudev/Makefile.am
64 @@ -1,7 +1,6 @@
65 include $(top_srcdir)/Makefile.am.inc
66
67 -SUBDIRS = \
68 - docs
69 +SUBDIRS =
70
71 noinst_PROGRAMS = \
72 test-libudev