]> git.pld-linux.org Git - packages/wayland.git/blob - wayland-man.patch
- libffi rebuild
[packages/wayland.git] / wayland-man.patch
1 --- wayland-1.0.6/doc/man/Makefile.am.orig      2013-02-14 20:47:25.000000000 +0100
2 +++ wayland-1.0.6/doc/man/Makefile.am   2013-03-29 10:29:29.977545252 +0100
3 @@ -31,7 +31,7 @@
4  XSLTPROC_PROCESS_MAN = \
5         $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
6         $(XSLTPROC) -o $@ $(XSLTPROC_FLAGS) $(MANPAGES_STYLESHEET) $< && \
7 -       $(SED) -i -e 's/^\.so \(.*\)\.\(.\)$$/\.so man\2\/\1\.\2/' $(MANPAGES_ALIASES)
8 +       $(SED) -i -e 's/^\.so \([^/]*\)\.\(.\)$$/\.so man\2\/\1\.\2/' $(MANPAGES_ALIASES)
9  
10  %.1: %.xml
11         $(XSLTPROC_PROCESS_MAN)
This page took 0.024188 seconds and 3 git commands to generate.