mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 20:33:46 +01:00
Added zathurarc.5.rst
This commit is contained in:
parent
3f543f42bd
commit
a91103044f
6
Makefile
6
Makefile
@ -79,7 +79,7 @@ tests: ${OBJECTS}
|
||||
dist: clean
|
||||
$(QUIET)mkdir -p ${PROJECT}-${VERSION}
|
||||
$(QUIET)cp -R LICENSE Makefile config.mk common.mk README Doxyfile \
|
||||
${PROJECT}.1.rst ${SOURCE} ${HEADER} ${PROJECT}.pc.in tests \
|
||||
${PROJECT}.1.rst ${PROJECT}rc.5.rst ${SOURCE} ${HEADER} ${PROJECT}.pc.in tests \
|
||||
${PROJECT}-${VERSION}
|
||||
$(QUIET)tar -cf ${PROJECT}-${VERSION}.tar ${PROJECT}-${VERSION}
|
||||
$(QUIET)gzip ${PROJECT}-${VERSION}.tar
|
||||
@ -109,6 +109,10 @@ install: all ${PROJECT}.pc
|
||||
sed "s/VERSION/${VERSION}/g" < ${PROJECT}.1.rst > ${PROJECT}-v.1.rst ; \
|
||||
rst2man ${PROJECT}-v.1.rst > ${DESTDIR}${MANPREFIX}/man1/${PROJECT}.1 ; \
|
||||
rm -f ${PROJECT}-v.1.rst ; \
|
||||
mkdir -p ${DESTDIR}${MANPREFIX}/man5 ; \
|
||||
sed "s/VERSION/${VERSION}/g" < ${PROJECT}rc.5.rst > ${PROJECT}rc-v.5.rst ; \
|
||||
rst2man ${PROJECT}rc-v.5.rst > ${DESTDIR}${MANPREFIX}/man5/${PROJECT}rc.5 ; \
|
||||
rm -f ${PROJECT}rc-v.5.rst ; \
|
||||
fi
|
||||
$(QUIET)mkdir -p ${DESTDIR}${DESKTOPPREFIX}
|
||||
$(ECHO) installing desktop file
|
||||
|
30
zathurarc.5.rst
Normal file
30
zathurarc.5.rst
Normal file
@ -0,0 +1,30 @@
|
||||
=========
|
||||
zathurarc
|
||||
=========
|
||||
|
||||
--------------------------
|
||||
zathura configuration file
|
||||
--------------------------
|
||||
|
||||
:Author: pwmt.org
|
||||
:Date: VERSION
|
||||
:Manual section: 5
|
||||
|
||||
SYNOPSIS
|
||||
========
|
||||
|
||||
/etc/zathurarc, $XDG_CONFIG_HOME/zathura/zathurarc
|
||||
|
||||
DESCRIPTION
|
||||
===========
|
||||
|
||||
The *zathurarc* file is a simple plain text file that can be populated with
|
||||
various commands to change the behaviour and the look of zathura.
|
||||
|
||||
You can find a detailed description of *zathurarc* on the following website:
|
||||
http://pwmt.org/projects/zathura/configuration
|
||||
|
||||
SEE ALSO
|
||||
========
|
||||
|
||||
zathura(1)
|
Loading…
Reference in New Issue
Block a user