From: Erez Zadok Date: Mon, 10 Oct 2005 17:29:17 +0000 (+0000) Subject: install sun2amd.txt X-Git-Tag: am-utils-6_2a1 X-Git-Url: https://git.fsl.cs.stonybrook.edu/?a=commitdiff_plain;h=46280a5faf98ef1747c7241ce265f0e8cdd8af4d;p=am-utils-6.0.git install sun2amd.txt --- diff --git a/doc/Makefile.am b/doc/Makefile.am index d6ef549..7f8b40b 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -36,7 +36,7 @@ ps: am-utils.dvi am-utils.ps am-utils-clean: clean maintainer-clean-aminfo maintainer-clean-vti # personal rule for Erez Zadok to generate and install html docs -alldocs: ps install-NEWS install-INSTALL install-ChangeLog install-AUTHORS install-tasks install-autofs install-y2k install-ldap install-osx install-BUGS install-FAQ install-html install-ps install-MIRRORS install-attrcache +alldocs: ps install-NEWS install-INSTALL install-ChangeLog install-AUTHORS install-tasks install-autofs install-y2k install-ldap install-osx install-BUGS install-FAQ install-html install-ps install-MIRRORS install-attrcache install-sun2amd AMU_HTML_TOP=$(HOME)/proj/www/docs/am-utils install-html: $(AMU_HTML_TOP)/am-utils-all.html @@ -82,6 +82,10 @@ install-attrcache: $(AMU_HTML_TOP)/attrcache.txt $(AMU_HTML_TOP)/attrcache.txt: $(top_srcdir)/README.attrcache install -c -m 644 $< $@ +install-sun2amd: $(AMU_HTML_TOP)/sun2amd.txt +$(AMU_HTML_TOP)/sun2amd.txt: $(top_srcdir)/README.sun2amd + install -c -m 644 $< $@ + install-ldap: $(AMU_HTML_TOP)/ldap.txt $(AMU_HTML_TOP)/ldap.txt: $(top_srcdir)/README.ldap install -c -m 644 $< $@