head	1.2;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2;
locks; strict;
comment	@# @;


1.2
date	2008.10.24.23.01.06;	author pgj;	state Exp;
branches;
next	1.1;

1.1
date	2008.05.31.13.30.22;	author remko;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Fix some doc bugs found during its translation:
- Disable TOC generation in Makefile because in the original version it
  does not make too much sense to have a one-item TOC
- Change structure of sections, move all the sect2 to level sect1; this
  results shorter high-level sections, but it gives a more normal layout
- Mark up CUPS ports with <filename role="package"> to add Ports
  Collection links for them
- Mark up group "cups" with <groupname>
- Fix a <programlisting> within a <para> situation
- Replace <filename> tags with <ulink> for local CUPS web interface
  links
- Replace <literal> tags with <hostid> for "localhost"
- Mark up menu items with <quote> rather than <literal>
- Use <replaceable> elements where applicable
- Fix spelling
- Remove all verbatim quote symbols, replace them with <quote> elements
- Mark up make variables with <makevar> elements
- Mark up make targets with <maketarget> elements

Reviewed by:	Chess Griffin <chess (at) chessgriffin (dot) com>
@
text
@#
# $FreeBSD$
#
# Article: CUPS on FreeBSD

DOC?= article

FORMATS?= html

INSTALL_COMPRESSED?=gz
INSTALL_ONLY_COMPRESSED?=

SRCS=	article.sgml

DOC_PREFIX?= ${.CURDIR}/../../..
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
@


1.1
log
@Add a new article regarding CUPS installation and configuration.

PR:		docs/115220
Submitted by:	Chess Griffin <chess at chessgriffin dot com>
@
text
@a8 1
WITH_ARTICLE_TOC?= YES
@

