7408b262df
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
29 lines
666 B
Makefile
29 lines
666 B
Makefile
# $FreeBSD: doc/en_US.ISO8859-1/articles/Makefile,v 1.17 2001/09/13 07:46:02 murray Exp $
|
|
|
|
SUBDIR = committers-guide
|
|
SUBDIR+= console-server
|
|
SUBDIR+= contributors
|
|
SUBDIR+= dialup-firewall
|
|
SUBDIR+= diskless-x
|
|
SUBDIR+= explaining-bsd
|
|
SUBDIR+= filtering-bridges
|
|
SUBDIR+= freebsd-questions
|
|
SUBDIR+= fonts
|
|
SUBDIR+= formatting-media
|
|
SUBDIR+= ipsec-must
|
|
SUBDIR+= laptop
|
|
SUBDIR+= mh
|
|
SUBDIR+= multi-os
|
|
SUBDIR+= new-users
|
|
SUBDIR+= programming-tools
|
|
SUBDIR+= pxe
|
|
SUBDIR+= serial-uart
|
|
SUBDIR+= solid-state
|
|
SUBDIR+= storage-devices
|
|
SUBDIR+= vm-design
|
|
SUBDIR+= zip-drive
|
|
|
|
# ROOT_SYMLINKS+= new-users
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/../..
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|