diff --git a/Makefile b/Makefile index 9e2312f..6eb28c6 100644 --- a/Makefile +++ b/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 diff --git a/zathurarc.5.rst b/zathurarc.5.rst new file mode 100644 index 0000000..977269d --- /dev/null +++ b/zathurarc.5.rst @@ -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)