diff options
author | Ruben Schuller <ruben@orgizm.net> | 2013-06-02 23:05:19 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-06-04 00:11:26 -0500 |
commit | 7e6d55c4b3a4b22aeec97875e3ee1390d27e57db (patch) | |
tree | e5d387976571231192b10d333b73929b0cddbb0c /system/heirloom-doctools/profile.d | |
parent | f53b5ed1bce8bacc1f2649d69e2fa4f51fe49eef (diff) | |
download | slackbuilds-7e6d55c4b3a4b22aeec97875e3ee1390d27e57db.tar.gz |
system/heirloom-doctools: Added (classic implementation of the troff tools)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/heirloom-doctools/profile.d')
-rw-r--r-- | system/heirloom-doctools/profile.d/heirloom.csh | 4 | ||||
-rw-r--r-- | system/heirloom-doctools/profile.d/heirloom.sh | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/system/heirloom-doctools/profile.d/heirloom.csh b/system/heirloom-doctools/profile.d/heirloom.csh new file mode 100644 index 0000000000..4ea2d3f2ca --- /dev/null +++ b/system/heirloom-doctools/profile.d/heirloom.csh @@ -0,0 +1,4 @@ +#!/bin/csh +setenv HEIRLOOM /opt/heirloom +setenv MANPATH ${MANPATH}:${HEIRLOOM}/man +setenv PATH ${PATH}:${HEIRLOOM}/bin diff --git a/system/heirloom-doctools/profile.d/heirloom.sh b/system/heirloom-doctools/profile.d/heirloom.sh new file mode 100644 index 0000000000..738be882a3 --- /dev/null +++ b/system/heirloom-doctools/profile.d/heirloom.sh @@ -0,0 +1,4 @@ +#!/bin/sh +export HEIRLOOM=/opt/heirloom +export MANPATH="$HEIRLOOM/man:$MANPATH" +export PATH="$HEIRLOOM/bin:$PATH" |