This commit is contained in:
malc 2018-05-16 04:46:44 +03:00
parent 4d34b25601
commit 95135328e9
5 changed files with 6 additions and 5 deletions

View file

@ -3,7 +3,7 @@ llpp(1)
== NAME
llpp - a graphical PDF viewer which aims to superficially resemble less
llpp - a graphical document pager which aims to superficially resemble less
== SYNOPSIS
@ -11,9 +11,9 @@ llpp [-c path] [-css path] [-dest named-dest] [-f path] [-gc] [-help|--help] [-l
== DESCRIPTION
*llpp* is a graphical PDF viewer that can be totally controlled without a mouse.
Normally MuPDF (https://mupdf.com/) is used to render the document.
The default keybindings resemble those of less(1), but can be configured by the user.
*llpp* is a graphical document pager utilizing MuPDF
(https://mupdf.com/) library. The default keybindings resemble those
of less(1), but can be configured by the user.
== OPTIONS

View file

@ -242,12 +242,13 @@ for target; do
*) die "unknown doc type";;
esac
for m in llpp llppac llpphtml; do
src=$srcd/man/$m.man
src=$srcd/adoc/$m.adoc
out=$md/$m$suf
conf="$srcd/man/asciidoc.conf"
keycmd="digest $out $src $conf"
cmd="a2x -D $md -d manpage -f $doct $src"
isfresh "$out" "$cmd$(eval $keycmd)" || {
echo "$doct $src -> $out"
eval "$cmd || die '$cmd failed'"
echo "k='$cmd$(eval $keycmd)'" >"$out.past"
} && vecho "fresh manual pages"