[Rt-commit] rt branch, 4.0/install-into-docs, updated. rt-4.0.1-275-g62470d9
Thomas Sibley
trs at bestpractical.com
Tue Aug 9 12:22:13 EDT 2011
The branch, 4.0/install-into-docs has been updated
via 62470d9fb63a97d68ee5db8f2c7c7eec6ec6d048 (commit)
via ba5f0cce91bfbaa7bbcd09d2c12c7912b7f09a22 (commit)
from 8e2855712df1da5d9a9480e304b1d0036971ac09 (commit)
Summary of changes:
config.layout | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit ba5f0cce91bfbaa7bbcd09d2c12c7912b7f09a22
Author: Thomas Sibley <trs at bestpractical.com>
Date: Tue Aug 9 12:17:44 2011 -0400
Inplace layout should use prefix, not datadir
diff --git a/config.layout b/config.layout
index 26cf7ed..de03755 100755
--- a/config.layout
+++ b/config.layout
@@ -54,7 +54,7 @@
htmldir: ${datadir}/html
lexdir: ${datadir}/po
fontdir: ${datadir}/fonts
- manualdir: ${datadir}/docs
+ manualdir: ${prefix}/docs
localstatedir: ${prefix}/var
logfiledir: ${localstatedir}/log
masonstatedir: ${localstatedir}/mason_data
commit 62470d9fb63a97d68ee5db8f2c7c7eec6ec6d048
Author: Thomas Sibley <trs at bestpractical.com>
Date: Tue Aug 9 12:17:46 2011 -0400
The vessel layout should separate RT's docs from other docs in the vessel
Determined solely by inspection. This is similar to how etc is handled,
for example.
diff --git a/config.layout b/config.layout
index de03755..e356e7f 100755
--- a/config.layout
+++ b/config.layout
@@ -214,7 +214,7 @@
htmldir: ${datadir}/html
fontdir: ${datadir}/fonts
lexdir: ${datadir}/po
- manualdir: docs
+ manualdir: docs/rt
localstatedir: var/rt/
logfiledir: ${localstatedir}/log
masonstatedir: ${localstatedir}/mason_data
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list