diff options
Diffstat (limited to 'ja_JP.EUC/handbook/Makefile')
-rw-r--r-- | ja_JP.EUC/handbook/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/ja_JP.EUC/handbook/Makefile b/ja_JP.EUC/handbook/Makefile new file mode 100644 index 0000000000..5c9b6657e7 --- /dev/null +++ b/ja_JP.EUC/handbook/Makefile @@ -0,0 +1,22 @@ +# $Id: Makefile,v 1.1.1.1 1996-11-15 05:14:38 asami Exp $ +# Original revision: 1.17 +# The FreeBSD Japanese Documentation Project + +DOCDIR=${SHAREDIR}/doc/ja_JP.EUC +FORMATS= html roff + +SRCS= authors.sgml basics.sgml bibliography.sgml boothelp.sgml +SRCS+= booting.sgml contrib.sgml crypt.sgml ctm.sgml current.sgml +SRCS+= cyclades.sgml development.sgml dialup.sgml +SRCS+= diskless.sgml dma.sgml eresources.sgml esdi.sgml +SRCS+= firewalls.sgml glossary.sgml goals.sgml +SRCS+= handbook.sgml history.sgml hw.sgml install.sgml isdn.sgml kerberos.sgml +SRCS+= kernelconfig.sgml kerneldebug.sgml memoryuse.sgml +SRCS+= mirrors.sgml nfs.sgml nutshell.sgml pgpkeys.sgml policies.sgml +SRCS+= porting.sgml ports.sgml ppp.sgml printing.sgml quotas.sgml relnotes.sgml +SRCS+= routing.sgml scsi.sgml sections.sgml sio.sgml skey.sgml slipc.sgml +SRCS+= slips.sgml stable.sgml submitters.sgml sup.sgml synching.sgml +SRCS+= term.sgml troubleshooting.sgml userppp.sgml uart.sgml linuxemu.sgml +SRCS+= lists.sgml jcontrib.sgml jmembers.sgml + +.include <bsd.sgml.mk> |