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/clang/files: clang-2.7-fixdoc.patch
Date: Tue, 27 Apr 2010 12:09:01
Message-Id: 20100427120855.EC9032C04C@corvid.gentoo.org
1 voyageur 10/04/27 12:08:55
2
3 Added: clang-2.7-fixdoc.patch
4 Log:
5 2.7 official release version bump
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 sys-devel/clang/files/clang-2.7-fixdoc.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/clang/files/clang-2.7-fixdoc.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/clang/files/clang-2.7-fixdoc.patch?rev=1.1&content-type=text/plain
13
14 Index: clang-2.7-fixdoc.patch
15 ===================================================================
16 diff -Naur llvm-2.7.orig//tools/clang/docs/Makefile llvm-2.7/tools/clang/docs/Makefile
17 --- llvm-2.7.orig//tools/clang/docs/Makefile 2010-04-26 18:38:45.000000000 +0200
18 +++ llvm-2.7/tools/clang/docs/Makefile 2010-04-26 18:41:08.000000000 +0200
19 @@ -46,13 +46,12 @@
20 # 'make generated BUILD_FOR_WEBSITE=1'
21 generated:: doxygen
22
23 -install-html: $(PROJ_OBJ_DIR)/html.tar.gz
24 +install-html:
25 $(Echo) Installing HTML documentation
26 $(Verb) $(MKDIR) $(DESTDIR)$(PROJ_docsdir)/html
27 $(Verb) $(MKDIR) $(DESTDIR)$(PROJ_docsdir)/html/img
28 $(Verb) $(DataInstall) $(HTML) $(DESTDIR)$(PROJ_docsdir)/html
29 # $(Verb) $(DataInstall) $(IMAGES) $(DESTDIR)$(PROJ_docsdir)/html/img
30 - $(Verb) $(DataInstall) $(PROJ_OBJ_DIR)/html.tar.gz $(DESTDIR)$(PROJ_docsdir)
31
32 $(PROJ_OBJ_DIR)/html.tar.gz: $(HTML)
33 $(Echo) Packaging HTML documentation
34 @@ -64,12 +63,11 @@
35 install-doxygen: doxygen
36 $(Echo) Installing doxygen documentation
37 $(Verb) $(MKDIR) $(DESTDIR)$(PROJ_docsdir)/html/doxygen
38 - $(Verb) $(DataInstall) $(PROJ_OBJ_DIR)/doxygen.tar.gz $(DESTDIR)$(PROJ_docsdir)
39 $(Verb) cd $(PROJ_OBJ_DIR)/doxygen && \
40 $(FIND) . -type f -exec \
41 $(DataInstall) {} $(DESTDIR)$(PROJ_docsdir)/html/doxygen \;
42
43 -doxygen: regendoc $(PROJ_OBJ_DIR)/doxygen.tar.gz
44 +doxygen: regendoc
45
46 regendoc:
47 $(Echo) Building doxygen documentation
48 diff -Naur llvm-2.7.orig//tools/clang/docs/tools/Makefile llvm-2.7/tools/clang/docs/tools/Makefile
49 --- llvm-2.7.orig//tools/clang/docs/tools/Makefile 2010-04-26 18:38:45.000000000 +0200
50 +++ llvm-2.7/tools/clang/docs/tools/Makefile 2010-04-26 18:41:29.000000000 +0200
51 @@ -24,7 +24,7 @@
52 CLANG_VERSION := trunk
53
54 # If we are in BUILD_FOR_WEBSITE mode, default to the all target.
55 -all:: html man ps
56 +all:: html man
57
58 clean:
59 rm -f pod2htm*.*~~ $(HTML) $(MAN) $(PS)
60 @@ -58,7 +58,7 @@
61 ifdef ONLY_MAN_DOCS
62 INSTALL_TARGETS := install-man
63 else
64 -INSTALL_TARGETS := install-html install-man install-ps
65 +INSTALL_TARGETS := install-html install-man
66 endif
67
68 .SUFFIXES: