Ticket #222: avahi-man-selection.patch

File avahi-man-selection.patch, 1.0 kB (added by sbrabec, 4 years ago)

avahi-man-selection.patch

  • man/Makefile.am

     
    6565 
    6666if HAVE_PYTHON 
    6767man_MANS += \ 
    68     avahi-discover.1 \ 
    6968    avahi-bookmarks.1 
     69if HAVE_GTK 
     70man_MANS += \ 
     71    avahi-discover.1 
     72endif 
    7073endif 
    7174endif 
    7275 
     
    233236 
    234237if HAVE_DBUS 
    235238 
     239BSSH_LN = 
     240if HAVE_GTK 
     241if HAVE_GLIB 
     242BSSH_LN += $(LN_S) bssh.1 bvnc.1 && 
     243endif 
     244endif 
    236245install-exec-local: 
    237246    mkdir -p $(DESTDIR)/$(mandir)/man1 && \ 
    238247        cd $(DESTDIR)/$(mandir)/man1 && \ 
    239248        rm -f avahi-resolve-host-name.1 avahi-resolve-address.1 avahi-browse-domains.1 avahi-publish-address.1 avahi-publish-service.1 bvnc.1 && \ 
     249        $(BSSH_LN) \ 
    240250        $(LN_S) avahi-resolve.1 avahi-resolve-host-name.1 && \ 
    241251        $(LN_S) avahi-resolve.1 avahi-resolve-address.1 && \ 
    242252        $(LN_S) avahi-browse.1 avahi-browse-domains.1 && \ 
    243253        $(LN_S) avahi-publish.1 avahi-publish-address.1 && \ 
    244                 $(LN_S) avahi-publish.1 avahi-publish-service.1 && \ 
    245                 $(LN_S) bssh.1 bvnc.1 
     254        $(LN_S) avahi-publish.1 avahi-publish-service.1 
    246255 
    247256 
    248257endif