2005-04-13 Paul Jakma <paul.jakma@sun.com>

	* Makefile.am: {i,r}.manifest are (or will be) system provided files
	  and not in CVS, hence dont depend on them or distribute them.
diff --git a/solaris/ChangeLog b/solaris/ChangeLog
index 72fb0f8..3dac1bc 100644
--- a/solaris/ChangeLog
+++ b/solaris/ChangeLog
@@ -1,3 +1,8 @@
+2005-04-13 Paul Jakma <paul.jakma@sun.com>
+
+	* Makefile.am: {i,r}.manifest are (or will be) system provided files
+	  and not in CVS, hence dont depend on them or distribute them.
+
 2005-04-11 Paul Jakma <paul.jakma@sun.com>
 
 	* (all) Initial check-in of files for building S10 packages
diff --git a/solaris/Makefile.am b/solaris/Makefile.am
index 0fb951e..783d227 100644
--- a/solaris/Makefile.am
+++ b/solaris/Makefile.am
@@ -1,5 +1,5 @@
 # Solaris packages automake file
-# $Id: Makefile.am,v 1.2 2005/04/11 07:58:35 paul Exp $
+# $Id: Makefile.am,v 1.3 2005/04/13 03:37:23 paul Exp $
 
 .PHONY: packages
 
@@ -91,11 +91,10 @@
 
 # construct the pkg
 @PACKAGE_TARNAME@-%-$(pkg_name_rev).pkg: prototype.% \
-		quagga.init pkginfo.%.full i.manifest r.manifest
+		quagga.init pkginfo.%.full
 	($(pkg_make) && \
 	$(pkg_trans) "QUAGGA$*")
 
-
 %.pkg.gz : %.pkg
 	(gzip -c $< > $@)
 
@@ -109,7 +108,7 @@
 
 EXTRA_DIST := $(pkg_depends) $(pkg_manifests:%=%.in) $(pkg_prototypes:%=%.in) \
 	$(pkg_names:%=pkginfo.%.tmpl.in) $(srcdir)/pkginfo.tmpl.in \
-	quagga.init.in options.xml r.manifest i.manifest README.txt
+	quagga.init.in README.txt
 
 pkg-root-install:
 	(cd $(top_builddir) && \