diff -Nurd -x'*~' avahi-0.6.20.orig/initscript/darwin/Makefile.am avahi-0.6.20/initscript/darwin/Makefile.am
|
old
|
new
|
|
| 23 | 23 | org.freedesktop.avahi-daemon.plist.in \ |
| 24 | 24 | org.freedesktop.avahi-dnsconfd.plist.in |
| 25 | 25 | |
| | 26 | if HAVE_EXPAT |
| | 27 | if HAVE_LIBDAEMON |
| 26 | 28 | initd_SCRIPTS = \ |
| 27 | 29 | org.freedesktop.avahi-daemon.plist \ |
| 28 | 30 | org.freedesktop.avahi-dnsconfd.plist |
| | 31 | endif |
| | 32 | endif |
| 29 | 33 | |
| 30 | 34 | CLEANFILES = \ |
| 31 | 35 | org.freedesktop.avahi-daemon.plist \ |
diff -Nurd -x'*~' avahi-0.6.20.orig/man/Makefile.am avahi-0.6.20/man/Makefile.am
|
old
|
new
|
|
| 35 | 35 | avahi-publish.1.xml \ |
| 36 | 36 | avahi-resolve.1.xml \ |
| 37 | 37 | avahi-set-host-name.1.xml \ |
| 38 | | avahi-daemon.8.xml \ |
| 39 | 38 | avahi-discover.1.xml \ |
| 40 | 39 | avahi-bookmarks.1.xml \ |
| 41 | | avahi-dnsconfd.8.xml \ |
| 42 | | avahi-daemon.conf.5.xml \ |
| 43 | | avahi-dnsconfd.action.8.xml \ |
| 44 | 40 | avahi.service.5.xml \ |
| 45 | 41 | avahi.hosts.5.xml \ |
| 46 | 42 | avahi-autoipd.8.xml \ |
| … |
… |
|
| 50 | 46 | CLEANFILES = \ |
| 51 | 47 | $(noinst_DATA) |
| 52 | 48 | |
| | 49 | if HAVE_EXPAT |
| | 50 | if HAVE_LIBDAEMON |
| | 51 | man_MANS += \ |
| | 52 | avahi-daemon.8.xml \ |
| | 53 | avahi-dnsconfd.8.xml \ |
| | 54 | avahi-daemon.conf.5.xml \ |
| | 55 | avahi-dnsconfd.action.8.xml |
| | 56 | endif |
| | 57 | endif |
| | 58 | |
| | 59 | |
| 53 | 60 | if HAVE_DBUS |
| 54 | 61 | |
| 55 | 62 | man_MANS += \ |