Gentoo Archives: gentoo-commits

From: "Bernard Cafarelli (voyageur)" <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/geeqie/files: geeqie-1.0-automake-1.11.patch
Date: Thu, 07 Jun 2012 23:01:42
Message-Id: 20120607230130.E22BC2004C@flycatcher.gentoo.org
1 voyageur 12/06/07 23:01:30
2
3 Added: geeqie-1.0-automake-1.11.patch
4 Log:
5 Be compatible with >=automake-1.11.4, thanks marienz for the patch in bug #414863
6
7 (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 media-gfx/geeqie/files/geeqie-1.0-automake-1.11.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/geeqie/files/geeqie-1.0-automake-1.11.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/geeqie/files/geeqie-1.0-automake-1.11.patch?rev=1.1&content-type=text/plain
14
15 Index: geeqie-1.0-automake-1.11.patch
16 ===================================================================
17 === modified file 'doc/Makefile.am'
18 --- doc/Makefile.am 2012-06-02 13:33:57 +0000
19 +++ doc/Makefile.am 2012-06-02 13:35:03 +0000
20 @@ -2,9 +2,6 @@
21
22 helpdir = @htmldir@
23
24 -# empty help_DATA just installs the directory
25 -help_DATA =
26 -
27 EXTRA_DIST = docbook2html.sh docbook
28
29 html/GuideIndex.html: docbook/GuideIndex.xml
30 @@ -19,6 +16,7 @@
31
32 install-data-hook: html
33 if [ -x "$(GNOME_DOC_TOOL)" ]; then \
34 + $(MKDIR_P) "$(DESTDIR)$(helpdir)" || exit 1; \
35 cd html; for f in * ; do $(INSTALL_DATA) "$$f" "$(DESTDIR)$(helpdir)/$$f" ; done; \
36 ln -s GuideIndex.html "$(DESTDIR)$(helpdir)/index.html" ; \
37 fi