Date:2010-12-13 15:46:28 (13 years 3 months ago)
Author:Werner Almesberger
Commit:fb1c75cc4d0fe418c2f4010ffa4ecd0bce00a0fa
Message:dsv: added DSV_PDFVIEWER as a means to set a PDF viewer different from xpdf

dsv/dsv (search): if the environment variable _DSV_PDFVIEWER is set, use
the program mentioned there instead of xpdf (suggested by Wolfgang
Spraul)
Files: dsv/dsv (1 diff)

Change Details

dsv/dsv
148148            echo "$1 -> $file: does not exist" 2>&1
149149            exit 1
150150        fi
151        xpdf "$DSV_DIR/$file"
151        ${DSV_PDFVIEWER:-xpdf} "$DSV_DIR/$file"
152152        exit
153153        fi
154154    fi

Archive Download the corresponding diff file

Branches:
master



interactive