Gentoo Archives: gentoo-commits

From: "Bernard Cafarelli (voyageur)" <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/llvm/files: llvm-2.6-commandguide-nops.patch
Date: Mon, 26 Oct 2009 16:16:42
Message-Id: E1N2SFM-0002sU-EH@stork.gentoo.org
1 voyageur 09/10/26 16:16:40
2
3 Added: llvm-2.6-commandguide-nops.patch
4 Log:
5 Disable .ps doc generation, these are just the man pages. Bug #290581
6 (Portage version: 2.2_rc46/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 sys-devel/llvm/files/llvm-2.6-commandguide-nops.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/llvm/files/llvm-2.6-commandguide-nops.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/llvm/files/llvm-2.6-commandguide-nops.patch?rev=1.1&content-type=text/plain
13
14 Index: llvm-2.6-commandguide-nops.patch
15 ===================================================================
16 --- docs/CommandGuide/Makefile.orig 2009-10-26 16:54:33.000000000 +0100
17 +++ docs/CommandGuide/Makefile 2009-10-26 17:07:34.000000000 +0100
18 @@ -19,7 +19,7 @@
19 DST_PS_DIR=ps/
20
21 # If we are in BUILD_FOR_WEBSITE mode, default to the all target.
22 -all:: html man ps
23 +all:: html man
24
25 clean:
26 rm -f pod2htm*.*~~ $(HTML) $(MAN) $(PS)
27 @@ -90,9 +90,6 @@
28 $(Echo) Installing MAN CommandGuide Documentation
29 $(Verb) $(MKDIR) $(MAN_DIR)
30 $(Verb) $(DataInstall) $(INSTALL_MANS) $(MAN_DIR)
31 - $(Echo) Installing PS CommandGuide Documentation
32 - $(Verb) $(MKDIR) $(PS_DIR)
33 - $(Verb) $(DataInstall) $(PS) $(PS_DIR)
34
35 uninstall-local::
36 $(Echo) Uninstalling CommandGuide Documentation