]> git.meshlink.io Git - catta/blobdiff - initscript/Makefile.am
Update man pages for new avahi-publish-* tools
[catta] / initscript / Makefile.am
index 16bbbf046fdd94edc5090b42ec768b19dbf5db03..9c4cba0204be7aed33b99ec344c1d16ab0a5e110 100644 (file)
@@ -31,8 +31,14 @@ if TARGET_GENTOO
 SUBDIRS += gentoo
 endif
 
-# We disable shipping of these init scripts for now as they are out of date
+if TARGET_SUSE
+SUBDIRS += suse
+endif
+
+if TARGET_FEDORA
+SUBDIRS += fedora
+endif
 
-#if TARGET_SUSE
-#SUBDIRS += suse
-#endif
+if TARGET_DARWIN
+SUBDIRS += darwin
+endif