Gentoo Archives: gentoo-commits

From: "André Erdmann" <dywi@×××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/R_overlay:gsoc13/next commit in: doc/rst/, doc/html/
Date: Wed, 05 Jun 2013 18:11:39
Message-Id: 1370455861.7f7e0a65375dacbfad71d95ded2a034c6b41c555.dywi@gentoo
1 commit: 7f7e0a65375dacbfad71d95ded2a034c6b41c555
2 Author: André Erdmann <dywi <AT> mailerd <DOT> de>
3 AuthorDate: Wed Jun 5 18:11:01 2013 +0000
4 Commit: André Erdmann <dywi <AT> mailerd <DOT> de>
5 CommitDate: Wed Jun 5 18:11:01 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=7f7e0a65
7
8 doc/{rst,html}: fix typo in package rule examples
9
10 ---
11 doc/html/usage.html | 2 +-
12 doc/rst/usage.rst | 2 +-
13 2 files changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/doc/html/usage.html b/doc/html/usage.html
16 index a02a772..9ab7683 100644
17 --- a/doc/html/usage.html
18 +++ b/doc/html/usage.html
19 @@ -2020,7 +2020,7 @@ END;
20 MATCH:
21 name ,= yaml
22 ACTION:
23 - rename_destfile s=^=R-package=
24 + rename_destfile s=^=R-package/=
25 END;
26 </pre>
27 </div>
28
29 diff --git a/doc/rst/usage.rst b/doc/rst/usage.rst
30 index e74c091..adf26da 100644
31 --- a/doc/rst/usage.rst
32 +++ b/doc/rst/usage.rst
33 @@ -1647,7 +1647,7 @@ Moving such packages to a "R-package" sub directory would be possible, too:
34 MATCH:
35 name ,= yaml
36 ACTION:
37 - rename_destfile s=^=R-package=
38 + rename_destfile s=^=R-package/=
39 END;