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.7-nodoctargz.patch
Date: Tue, 27 Apr 2010 11:49:28
Message-Id: 20100427114923.4118C2C043@corvid.gentoo.org
1 voyageur 10/04/27 11:49:23
2
3 Added: llvm-2.7-nodoctargz.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/llvm/files/llvm-2.7-nodoctargz.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/llvm/files/llvm-2.7-nodoctargz.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/llvm/files/llvm-2.7-nodoctargz.patch?rev=1.1&content-type=text/plain
13
14 Index: llvm-2.7-nodoctargz.patch
15 ===================================================================
16 --- docs/Makefile.orig 2010-04-26 15:00:58.000000000 +0200
17 +++ docs/Makefile 2010-04-26 15:03:12.000000000 +0200
18 @@ -46,13 +46,12 @@
19 # 'make generated BUILD_FOR_WEBSITE=1'
20 generated:: doxygen ocamldoc
21
22 -install-html: $(PROJ_OBJ_DIR)/html.tar.gz
23 +install-html:
24 $(Echo) Installing HTML documentation
25 $(Verb) $(MKDIR) $(DESTDIR)$(PROJ_docsdir)/html
26 $(Verb) $(MKDIR) $(DESTDIR)$(PROJ_docsdir)/html/img
27 $(Verb) $(DataInstall) $(HTML) $(DESTDIR)$(PROJ_docsdir)/html
28 $(Verb) $(DataInstall) $(IMAGES) $(DESTDIR)$(PROJ_docsdir)/html/img
29 - $(Verb) $(DataInstall) $(PROJ_OBJ_DIR)/html.tar.gz $(DESTDIR)$(PROJ_docsdir)
30
31 $(PROJ_OBJ_DIR)/html.tar.gz: $(HTML)
32 $(Echo) Packaging HTML documentation
33 @@ -64,12 +63,11 @@
34 install-doxygen: doxygen
35 $(Echo) Installing doxygen documentation
36 $(Verb) $(MKDIR) $(DESTDIR)$(PROJ_docsdir)/html/doxygen
37 - $(Verb) $(DataInstall) $(PROJ_OBJ_DIR)/doxygen.tar.gz $(DESTDIR)$(PROJ_docsdir)
38 $(Verb) cd $(PROJ_OBJ_DIR)/doxygen && \
39 $(FIND) . -type f -exec \
40 $(DataInstall) {} $(DESTDIR)$(PROJ_docsdir)/html/doxygen \;
41
42 -doxygen: regendoc $(PROJ_OBJ_DIR)/doxygen.tar.gz
43 +doxygen: regendoc
44
45 regendoc:
46 $(Echo) Building doxygen documentation
47 @@ -95,7 +93,6 @@
48 install-ocamldoc: ocamldoc
49 $(Echo) Installing ocamldoc documentation
50 $(Verb) $(MKDIR) $(DESTDIR)$(PROJ_docsdir)/ocamldoc/html
51 - $(Verb) $(DataInstall) $(PROJ_OBJ_DIR)/ocamldoc.tar.gz $(DESTDIR)$(PROJ_docsdir)
52 $(Verb) cd $(PROJ_OBJ_DIR)/ocamldoc && \
53 $(FIND) . -type f -exec \
54 $(DataInstall) {} $(DESTDIR)$(PROJ_docsdir)/ocamldoc/html \;
55 @@ -105,7 +102,6 @@
56 $(Verb) $(RM) -rf $(PROJ_OBJ_DIR)/ocamldoc.tar*
57 $(Verb) $(TAR) cf $(PROJ_OBJ_DIR)/ocamldoc.tar ocamldoc
58 $(Verb) $(GZIP) $(PROJ_OBJ_DIR)/ocamldoc.tar
59 - $(Verb) $(CP) $(PROJ_OBJ_DIR)/ocamldoc.tar.gz $(PROJ_OBJ_DIR)/ocamldoc/html/
60
61 regen-ocamldoc:
62 $(Echo) Building ocamldoc documentation