diff options
author | paul <paul> | 2005-04-11 07:58:35 +0000 |
---|---|---|
committer | paul <paul> | 2005-04-11 07:58:35 +0000 |
commit | 8d60e1a90397d7580654cb397f9dacf1d5623331 (patch) | |
tree | 17f10fea3f07d66d7c023de174930878ed7861fe /solaris/Makefile.am | |
parent | 26275b05d6da500176d433523f659e0f6425558b (diff) |
2005-04-11 Paul Jakma <paul.jakma@sun.com>
* Makefile.am: README.txt to EXTRA_DIST
* README.txt: new file, package creation, install, usage notes.
Diffstat (limited to 'solaris/Makefile.am')
-rw-r--r-- | solaris/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/solaris/Makefile.am b/solaris/Makefile.am index d0567fac..0fb951ee 100644 --- a/solaris/Makefile.am +++ b/solaris/Makefile.am @@ -1,5 +1,5 @@ # Solaris packages automake file -# $Id: Makefile.am,v 1.1 2005/04/11 07:05:21 paul Exp $ +# $Id: Makefile.am,v 1.2 2005/04/11 07:58:35 paul Exp $ .PHONY: packages @@ -109,7 +109,7 @@ CLEANFILES := $(BUILT_SOURCES) $(pkg_packages) 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 + quagga.init.in options.xml r.manifest i.manifest README.txt pkg-root-install: (cd $(top_builddir) && \ |