On 2014-04-27 21:02:10, Αριστοτέλης Πανάρας wrote:
> Well, actually there was a slight problem.
> More specifically, the manpages were not installed. It was not a packaging
> error, but a Makefile mishap.
> It seems that *Sphinx* (ran through the Makefile in ./doc) is used to build
> the complete manpages, but the thing is that the following lines in the
> root Makefile do not work as they are supposed to:
> 
> install-manpages: build-manpages
>      $(call colorecho,INSTALL,"man pages")
>      $(QUIET)mkdir -m 755 -p ${DESTDIR}${MANPREFIX}/man1
> ${DESTDIR}${MANPREFIX}/man5
> ifneq "$(wildcard ./doc/_build/man/${PROJECT}.1)" ""
>      $(QUIET)install -m 644 ./doc/_build/man/${PROJECT}.1
> ${DESTDIR}${MANPREFIX}/man1
> endif
> ifneq "$(wildcard ./doc/_build/man/${PROJECT}rc.5)" ""
>      $(QUIET)install -m 644 ./doc/_build/man/${PROJECT}rc.5
> ${DESTDIR}${MANPREFIX}/man5
> endif
> 
> That is because *Sphinx*, after building the manpages for *zathura* and
> *zathurarc*, it does not leave them under *./doc/_build/man/*, but rather
> under *./doc/_build/*.
> So removing the */man/* part of the path in these four lines fixes the
> problem.

Thanks for noticing. This should be fixed now.

Cheers
-- 
Sebastian Ramacher
_______________________________________________
zathura mailing list
zathura@lists.pwmt.org
http://lists.pwmt.org/mailman/listinfo/zathura

Reply via email to