mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 18:03:47 +01:00
Also recognize PDF
This commit is contained in:
parent
871f3bf39a
commit
847e0b746a
@ -28,10 +28,10 @@ local exts
|
||||
for PLUGIN in @PLUGINDIR@/lib*.so; do
|
||||
case ${PLUGIN##*/} in
|
||||
libpdf-poppler.so)
|
||||
exts="$exts|pdf"
|
||||
exts="$exts|pdf|PDF"
|
||||
;;
|
||||
libpdf-mupdf.so)
|
||||
exts="$exts|pdf|epub|oxps"
|
||||
exts="$exts|pdf|PDF|epub|oxps"
|
||||
;;
|
||||
libps.so)
|
||||
exts="$exts|ps|eps|epsi|epsf"
|
||||
|
Loading…
Reference in New Issue
Block a user