annotate docs/Makefile.am @ 244:4e69e9b722ae noffle

[svn] * src/database.c,src/protocol.c,src/util.c,src/util.h: The latest IETF article format draft draft-ietf-usefor-article-06.txt recommends that Xref: references contain the FQDN of the server. We were using the host name without the domain. So split the routine used for obtaining the FQDN from protocol.c into util.c, and use it when adding Xrefs.
author bears
date Fri, 15 Mar 2002 10:50:33 +0000
parents e9d3378edec7
children d6e02253fb76
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
44
bb6a1bf61279 [svn] Oops. Forgot three files in my last commit:
uh1763
parents:
diff changeset
1 # Process this file with automake to produce Makefile.in
bb6a1bf61279 [svn] Oops. Forgot three files in my last commit:
uh1763
parents:
diff changeset
2
bb6a1bf61279 [svn] Oops. Forgot three files in my last commit:
uh1763
parents:
diff changeset
3 man_MANS = $(PACKAGE).1 $(PACKAGE).conf.5
bb6a1bf61279 [svn] Oops. Forgot three files in my last commit:
uh1763
parents:
diff changeset
4
224
e9d3378edec7 [svn] * docs/Makefile.am: Add testing.txt to documents.
bears
parents: 99
diff changeset
5 EXTRA_DIST = INTERNALS FAQ NOTES testing.txt ${man_MANS} $(PACKAGE).lsm
44
bb6a1bf61279 [svn] Oops. Forgot three files in my last commit:
uh1763
parents:
diff changeset
6
bb6a1bf61279 [svn] Oops. Forgot three files in my last commit:
uh1763
parents:
diff changeset
7 install-data-local:
bb6a1bf61279 [svn] Oops. Forgot three files in my last commit:
uh1763
parents:
diff changeset
8 $(INSTALL) -o 0 -g 0 -d $(DOCDIR)
99
651334f85995 [svn] * docs/Makefile.am, docs/Makefile.in: Added INTERNALS to docs/Makefile.am, so
uh1763
parents: 44
diff changeset
9 $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/INTERNALS $(DOCDIR)
44
bb6a1bf61279 [svn] Oops. Forgot three files in my last commit:
uh1763
parents:
diff changeset
10 $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/FAQ $(DOCDIR)
bb6a1bf61279 [svn] Oops. Forgot three files in my last commit:
uh1763
parents:
diff changeset
11 $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/NOTES $(DOCDIR)
224
e9d3378edec7 [svn] * docs/Makefile.am: Add testing.txt to documents.
bears
parents: 99
diff changeset
12 $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/testing.txt $(DOCDIR)
44
bb6a1bf61279 [svn] Oops. Forgot three files in my last commit:
uh1763
parents:
diff changeset
13 $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/$(PACKAGE).lsm $(DOCDIR)
bb6a1bf61279 [svn] Oops. Forgot three files in my last commit:
uh1763
parents:
diff changeset
14
bb6a1bf61279 [svn] Oops. Forgot three files in my last commit:
uh1763
parents:
diff changeset
15 uninstall-local:
99
651334f85995 [svn] * docs/Makefile.am, docs/Makefile.in: Added INTERNALS to docs/Makefile.am, so
uh1763
parents: 44
diff changeset
16 rm -f $(DOCDIR)/INTERNALS
44
bb6a1bf61279 [svn] Oops. Forgot three files in my last commit:
uh1763
parents:
diff changeset
17 rm -f $(DOCDIR)/FAQ
bb6a1bf61279 [svn] Oops. Forgot three files in my last commit:
uh1763
parents:
diff changeset
18 rm -f $(DOCDIR)/NOTES
224
e9d3378edec7 [svn] * docs/Makefile.am: Add testing.txt to documents.
bears
parents: 99
diff changeset
19 rm -f $(DOCDIR)/testing.txt
44
bb6a1bf61279 [svn] Oops. Forgot three files in my last commit:
uh1763
parents:
diff changeset
20 rm -f $(DOCDIR)/$(PACKAGE).lsm
bb6a1bf61279 [svn] Oops. Forgot three files in my last commit:
uh1763
parents:
diff changeset
21