be a quick HOWTO for the various issues likely to be interesting for laptop users; such as power management, winmodems, XFree86 on laptop hardware, etc.. This is just a start, and there is plenty of room for improvement. PR: docs/30199 Submitted by: Rahul Siddharthan <rsidd@physics.iisc.ernet.in> Reviewed by: dd
18 lines
244 B
Makefile
18 lines
244 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
# Article about using FreeBSD on laptops
|
|
#
|
|
|
|
DOC?= article
|
|
|
|
FORMATS?= html
|
|
|
|
INSTALL_COMPRESSED?=gz
|
|
INSTALL_ONLY_COMPRESSED?=
|
|
|
|
SRCS= article.sgml
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/../../..
|
|
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|