diff options
author | max <max@FreeBSD.org> | 1996-12-02 07:25:53 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1996-12-02 07:25:53 +0000 |
commit | 60a67618c7c17d63fc3ff8d17a5f62569f5f2bb6 (patch) | |
tree | 6eb6ea7ac4c4dab769771fed50541c3df11fdf89 /share/doc/ja_JP.EUC/handbook/Makefile | |
parent | 523935f1b5aff1285c29cef575f819d3d54effcf (diff) | |
download | FreeBSD-src-60a67618c7c17d63fc3ff8d17a5f62569f5f2bb6.zip FreeBSD-src-60a67618c7c17d63fc3ff8d17a5f62569f5f2bb6.tar.gz |
Added new files to SRCS.
Diffstat (limited to 'share/doc/ja_JP.EUC/handbook/Makefile')
-rw-r--r-- | share/doc/ja_JP.EUC/handbook/Makefile | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/share/doc/ja_JP.EUC/handbook/Makefile b/share/doc/ja_JP.EUC/handbook/Makefile index 384d401..13af6d6 100644 --- a/share/doc/ja_JP.EUC/handbook/Makefile +++ b/share/doc/ja_JP.EUC/handbook/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1.1.1 1996/11/15 05:14:38 asami Exp $ +# $Id: Makefile,v 1.2 1996/11/19 14:09:02 jfieber Exp $ # Original revision: 1.17 # The FreeBSD Japanese Documentation Project @@ -8,16 +8,18 @@ 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+= cyclades.sgml development.sgml dialup.sgml dialout.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+= handbook.sgml history.sgml hw.sgml install.sgml isdn.sgml +SRCS+= kerberos.sgml kernelconfig.sgml kerneldebug.sgml +SRCS+= lists.sgml mail.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+= porting.sgml ports.sgml ppp.sgml printing.sgml +SRCS+= quotas.sgml relnotes.sgml routing.sgml +SRCS+= serial.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 +SRCS+= jcontrib.sgml jmembers.sgml .include <bsd.sgml.mk> |