* 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-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
# 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
# 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 $< > $@)
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) && \