doc/en_US.ISO8859-1/articles/Makefile
Mark Linimon ea04a4be1e Add a new article about how to use the FreeBSD mailing lists effectively.
I intend this article to be the first thing that new FreeBSD users
encounter when looking for information about mailing lists (i.e. I intend
to replace most links in our existing web pages to the 'How to get the
best results from freebsd-questions' article to this one instead; and
to have that article referenced from this one).  That will happen shortly
(not yet).

Much of the text is indeed recycled from that article (thanks to Grog
for permission to do so), but some, including the bikeshed meta-info,
is my own.  I have also generalized his article to apply to any mailing
list (not just FreeBSD-specific, although there is new text that touches
on that as well).

I have no doubt that there are rough edges in this article (both
stylistically and formatting).  Please let me know.  NB: it has
been tested locally with a make in the articles/ directory.

PR:		docs/64934
Discussed with:	ceri, grog, a few others.
2004-06-08 10:05:59 +00:00

46 lines
909 B
Makefile

# $FreeBSD$
SUBDIR =
SUBDIR+= 5-roadmap
SUBDIR+= checkpoint
SUBDIR+= committers-guide
SUBDIR+= console-server
SUBDIR+= contributing
SUBDIR+= contributors
SUBDIR+= cvs-freebsd
SUBDIR+= cvsup-advanced
SUBDIR+= dialup-firewall
SUBDIR+= diskless-x
SUBDIR+= euro
SUBDIR+= explaining-bsd
SUBDIR+= fbsd-from-scratch
SUBDIR+= filtering-bridges
SUBDIR+= fonts
SUBDIR+= formatting-media
SUBDIR+= freebsd-questions
SUBDIR+= hats
SUBDIR+= hubs
SUBDIR+= ipsec-must
SUBDIR+= java-tomcat
SUBDIR+= laptop
SUBDIR+= mailing-list-faq
SUBDIR+= mh
SUBDIR+= multi-os
SUBDIR+= new-users
SUBDIR+= pam
SUBDIR+= pr-guidelines
SUBDIR+= problem-reports
SUBDIR+= pxe
SUBDIR+= releng
SUBDIR+= releng-packages
SUBDIR+= serial-uart
SUBDIR+= solid-state
SUBDIR+= storage-devices
SUBDIR+= vinum
SUBDIR+= vm-design
SUBDIR+= zip-drive
# ROOT_SYMLINKS+= new-users
DOC_PREFIX?= ${.CURDIR}/../..
.include "${DOC_PREFIX}/share/mk/doc.project.mk"