13 lines
530 B
Makefile
13 lines
530 B
Makefile
|
# $Id$
|
||
|
|
||
|
SRCS= authors.sgml basics.sgml bibliography.sgml boothelp.sgml
|
||
|
SRCS+= booting.sgml contrib.sgml ctm.sgml current.sgml dialup.sgml
|
||
|
SRCS+= diskless.sgml eresources.sgml glossary.sgml handbook.sgml
|
||
|
SRCS+= history.sgml hw.sgml install.sgml kerberos.sgml kerneldebug.sgml
|
||
|
SRCS+= memoryuse.sgml mirrors.sgml nfs.sgml nutshell.sgml porting.sgml
|
||
|
SRCS+= ports.sgml ppp.sgml relnotes.sgml scsi.sgml sections.sgml
|
||
|
SRCS+= slipc.sgml slips.sgml submitters.sgml sup.sgml
|
||
|
SRCS+= troubleshooting.sgml userppp.sgml
|
||
|
|
||
|
.include <bsd.sgml.mk>
|