aboutsummaryrefslogtreecommitdiff
path: root/office/texlive/profile.d
diff options
context:
space:
mode:
authorRobby Workman <rw@rlworkman.net>2010-05-13 01:00:38 +0200
committerDavid Somero <xgizzmo@slackbuilds.org>2010-05-13 01:00:38 +0200
commit1d39427c14970a5903e946d208e75bb22f3ca1df (patch)
treee665ba651468391110689a36d58e0e7fc2294f01 /office/texlive/profile.d
parent1e3c8e288506841973da94649373f506986b5ff0 (diff)
office/texlive: Added to 13.0 repository
Diffstat (limited to 'office/texlive/profile.d')
-rw-r--r--office/texlive/profile.d/texlive.csh4
-rw-r--r--office/texlive/profile.d/texlive.sh4
2 files changed, 8 insertions, 0 deletions
diff --git a/office/texlive/profile.d/texlive.csh b/office/texlive/profile.d/texlive.csh
new file mode 100644
index 0000000000000..eaadd94451a46
--- /dev/null
+++ b/office/texlive/profile.d/texlive.csh
@@ -0,0 +1,4 @@
+#!/bin/csh
+# Add path and MANPATH for TeXlive:
+set path = ( $path /usr/share/texmf/bin )
+setenv MANPATH ${MANPATH}:/usr/share/texmf/doc/man
diff --git a/office/texlive/profile.d/texlive.sh b/office/texlive/profile.d/texlive.sh
new file mode 100644
index 0000000000000..f9daeaa29301b
--- /dev/null
+++ b/office/texlive/profile.d/texlive.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+# Add PATH and MANPATH for TeXlive:
+PATH="$PATH:/usr/share/texmf/bin"
+MANPATH="$MANPATH:/usr/share/texmf/doc/man"