Gentoo Archives: gentoo-commits

From: "Chi-Thanh Christopher Nguyen (chithanh)" <chithanh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-plugins/gnash/files: gnash-0.8.8-documentation-paths.patch
Date: Tue, 28 Sep 2010 17:38:01
Message-Id: 20100928173758.6B09E20054@flycatcher.gentoo.org
1 chithanh 10/09/28 17:37:58
2
3 Added: gnash-0.8.8-documentation-paths.patch
4 Log:
5 Install documentation in the proper directory, bug #296110
6
7 (Portage version: 2.2_rc85/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 www-plugins/gnash/files/gnash-0.8.8-documentation-paths.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/files/gnash-0.8.8-documentation-paths.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/files/gnash-0.8.8-documentation-paths.patch?rev=1.1&content-type=text/plain
14
15 Index: gnash-0.8.8-documentation-paths.patch
16 ===================================================================
17 diff -ur a/doc/C/Makefile.am b/doc/C/Makefile.am
18 --- a/doc/C/Makefile.am 2010-08-07 17:50:00.000000000 +0200
19 +++ b/doc/C/Makefile.am 2010-09-28 18:33:03.000000000 +0200
20 @@ -18,14 +18,12 @@
21
22 # Building a PDF using Apache FOP only works with fop-0.20.5 for now.
23
24 -htmldir = ${prefix}/share/doc/gnash
25 -infodir = ${prefix}/share/info
26 -man1dir = ${prefix}/share/man/man1
27 +man1dir = ${mandir}/man1
28 docname = gnash
29 lang = C
30 omffile = gnash-C.omf
31
32 -docdir = $(datadir)/$(PACKAGE)/doc/$(docname)/$(lang)
33 +# docdir = $(datadir)/$(PACKAGE)/doc/$(docname)/$(lang)
34 omf_dest_dir=$(datadir)/omf/$(PACKAGE)
35 scrollkeeper_localstate_dir = $(localstatedir)/scrollkeeper