From 8f8d087f14b2cc393d232b8446bbb833dafac471 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Fri, 17 Feb 2023 09:29:47 +0100 Subject: Update TeXLive version to 2022 in manpages and infopages as well --- system/.profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'system/.profile') diff --git a/system/.profile b/system/.profile index 002cadc..112c61a 100644 --- a/system/.profile +++ b/system/.profile @@ -22,9 +22,9 @@ export PATH="$HOME/bin.local:$PATH" export MANPATH="/usr/local/git/man:$MANPATH" export MANPATH="/usr/local/mysql/man:$MANPATH" export MANPATH="/usr/local/man:$MANPATH" -export MANPATH="/usr/local/texlive/2021/texmf-dist/doc/man:$MANPATH" +export MANPATH="/usr/local/texlive/2022/texmf-dist/doc/man:$MANPATH" -export INFOPATH="/usr/local/texlive/2021/texmf-dist/doc/info:$INFOPATH" +export INFOPATH="/usr/local/texlive/2022/texmf-dist/doc/info:$INFOPATH" export SUDO_ASKPASS=~/bin/askpass export HISTTIMEFORMAT="%Y-%m-%d %T " -- cgit v1.2.3