No empty .Rs/.Re
[netbsd-mini2440.git] / external / bsd / am-utils / dist / doc / Makefile.am
blob1972313b91e2c6c35c0afbfb885fb1e178ce707f
1 ## Process this file with automake to produce Makefile.in
3 # Package: am-utils
4 # Level: Makefile for doc/ directory
5 # Author: Erez Zadok
7 @SET_MAKE@
9 info_TEXINFOS = am-utils.texi
11 EXTRA_DIST = hlfsd.ps
13 # force generation of 'letter' format PS and embed Type-3 fonts
14 # (our European allies may object...)
15 DVIPS = dvips -t letter -Pcmz
17 # Force version.texi to be rebuilt regardless of maintainer mode
18 $(srcdir)/version.texi: am-utils.texi $(top_srcdir)/configure.in
19         @(set `$(SHELL) $(srcdir)/mdate-sh $(srcdir)/am-utils.texi`; \
20         echo "@set UPDATED $$1 $$2 $$3"; \
21         echo "@set UPDATED-MONTH $$2 $$3"; \
22         echo "@set EDITION $(VERSION)"; \
23         echo "@set VERSION $(VERSION)") > vti.tmp
24         @cmp -s vti.tmp $(srcdir)/version.texi \
25           || (echo "Updating $(srcdir)/version.texi"; \
26               cp vti.tmp $(srcdir)/version.texi)
27         -@rm -f vti.tmp
29 # include dvi/ps in distribution
30 dist-hook: am-utils.dvi am-utils.ps
31         cp -p $^ $(distdir)
33 # a special target for making Postscript files
34 ps: am-utils.dvi am-utils.ps
36 am-utils-clean: clean maintainer-clean-aminfo maintainer-clean-vti
38 # personal rule for Erez Zadok to generate and install html docs
39 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
41 AMU_HTML_TOP=$(HOME)/proj/www/docs/am-utils
42 install-html: $(AMU_HTML_TOP)/am-utils-all.html
43 $(AMU_HTML_TOP)/am-utils-all.html: am-utils.texi
44         texi2html -Verbose -expand info -number -out_file am-utils-all.html $<
45         texi2html -frames -Verbose -expand info -number -split chapter $<
46         mv am-utils-all.html am-utils/*.html $(AMU_HTML_TOP)
47         chmod -R a+r $(AMU_HTML_TOP)
49 install-ps: $(AMU_HTML_TOP)/am-utils.ps
50 $(AMU_HTML_TOP)/am-utils.ps: am-utils.ps
51         install -c -m 644 $< $@
53 install-NEWS: $(AMU_HTML_TOP)/NEWS.txt
54 $(AMU_HTML_TOP)/NEWS.txt: $(top_srcdir)/NEWS
55         install -c -m 644 $< $@
57 install-INSTALL: $(AMU_HTML_TOP)/INSTALL.txt
58 $(AMU_HTML_TOP)/INSTALL.txt: $(top_srcdir)/INSTALL
59         install -c -m 644 $< $@
61 install-ChangeLog: $(AMU_HTML_TOP)/ChangeLog.txt
62 $(AMU_HTML_TOP)/ChangeLog.txt: $(top_srcdir)/ChangeLog
63         sed 's/@.*>$$/@...>/g' < $< > $@
64         chmod 644 $@
66 install-AUTHORS: $(AMU_HTML_TOP)/AUTHORS.txt
67 $(AMU_HTML_TOP)/AUTHORS.txt: $(top_srcdir)/AUTHORS
68         install -c -m 644 $< $@
70 install-tasks: $(AMU_HTML_TOP)/tasks.txt
71 $(AMU_HTML_TOP)/tasks.txt: $(top_srcdir)/tasks
72         install -c -m 644 $< $@
74 install-autofs: $(AMU_HTML_TOP)/autofs.txt
75 $(AMU_HTML_TOP)/autofs.txt: $(top_srcdir)/README.autofs
76         install -c -m 644 $< $@
78 install-y2k: $(AMU_HTML_TOP)/y2k.txt
79 $(AMU_HTML_TOP)/y2k.txt: $(top_srcdir)/README.y2k
80         install -c -m 644 $< $@
82 install-attrcache: $(AMU_HTML_TOP)/attrcache.txt
83 $(AMU_HTML_TOP)/attrcache.txt: $(top_srcdir)/README.attrcache
84         install -c -m 644 $< $@
86 install-sun2amd: $(AMU_HTML_TOP)/sun2amd.txt
87 $(AMU_HTML_TOP)/sun2amd.txt: $(top_srcdir)/README.sun2amd
88         install -c -m 644 $< $@
90 install-ldap: $(AMU_HTML_TOP)/ldap.txt
91 $(AMU_HTML_TOP)/ldap.txt: $(top_srcdir)/README.ldap
92         install -c -m 644 $< $@
94 install-osx: $(AMU_HTML_TOP)/osx.txt
95 $(AMU_HTML_TOP)/osx.txt: $(top_srcdir)/README.osx
96         install -c -m 644 $< $@
98 install-BUGS: $(AMU_HTML_TOP)/BUGS.txt
99 $(AMU_HTML_TOP)/BUGS.txt: $(top_srcdir)/BUGS
100         install -c -m 644 $< $@
102 install-FAQ: $(AMU_HTML_TOP)/FAQ.txt
103 $(AMU_HTML_TOP)/FAQ.txt: $(top_srcdir)/FAQ
104         install -c -m 644 $< $@
106 install-MIRRORS: $(AMU_HTML_TOP)/MIRRORS.txt $(AMU_HTML_TOP)/MIRRORS.html
107 $(AMU_HTML_TOP)/MIRRORS.txt: $(top_srcdir)/MIRRORS.txt
108         install -c -m 644 $< $@
109 $(AMU_HTML_TOP)/MIRRORS.html: $(top_srcdir)/MIRRORS.html
110         install -c -m 644 $< $@