doc/en_US.ISO8859-1/articles/freebsd-update-server/Makefile
Manolis Kiagias e204c97292 Minor updates to the freebsd-update-server article:
1. Reword of "much slower..." to "potentially slower..."
2. Remove redundant mailing list in the tips section
3. Use callouts to provide a more clear layout

PR:		docs/154986
Submitted by:	Jason Helfman <jhelfman@experts-exchange.com>
2011-02-24 17:05:15 +00:00

32 lines
546 B
Makefile

# $FreeBSD$
#
# Article: FreeBSD Update Server
DOC?= article
FORMATS?= html
INSTALL_COMPRESSED?= gz
INSTALL_ONLY_COMPRESSED?=
WITH_ARTICLE_TOC?=YES
EXTRAS= init.txt
EXTRAS+= diff.txt
SRCS= article.sgml
SRCS+= ${EXTRAS}
IMAGES_LIB= callouts/1.png
IMAGES_LIB+= callouts/2.png
IMAGES_LIB+= callouts/3.png
IMAGES_LIB+= callouts/4.png
IMAGES_LIB+= callouts/5.png
afterinstall:
.for entry in ${EXTRAS}
${INSTALL_DOCS} ${.CURDIR}/${entry} ${DESTDIR}
.endfor
DOC_PREFIX?= ${.CURDIR}/../../..
.include "${DOC_PREFIX}/share/mk/doc.project.mk"