Ticket #222: avahi-man-selection.patch
| File avahi-man-selection.patch, 1.0 kB (added by sbrabec, 4 years ago) |
|---|
-
man/Makefile.am
65 65 66 66 if HAVE_PYTHON 67 67 man_MANS += \ 68 avahi-discover.1 \69 68 avahi-bookmarks.1 69 if HAVE_GTK 70 man_MANS += \ 71 avahi-discover.1 72 endif 70 73 endif 71 74 endif 72 75 … … 233 236 234 237 if HAVE_DBUS 235 238 239 BSSH_LN = 240 if HAVE_GTK 241 if HAVE_GLIB 242 BSSH_LN += $(LN_S) bssh.1 bvnc.1 && 243 endif 244 endif 236 245 install-exec-local: 237 246 mkdir -p $(DESTDIR)/$(mandir)/man1 && \ 238 247 cd $(DESTDIR)/$(mandir)/man1 && \ 239 248 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) \ 240 250 $(LN_S) avahi-resolve.1 avahi-resolve-host-name.1 && \ 241 251 $(LN_S) avahi-resolve.1 avahi-resolve-address.1 && \ 242 252 $(LN_S) avahi-browse.1 avahi-browse-domains.1 && \ 243 253 $(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 246 255 247 256 248 257 endif
