Enable Japanese version of ppp-primer.
This commit is contained in:
parent
a828713a90
commit
877b0ffc7f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=6571
2 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# $FreeBSD$
|
||||
# $FreeBSD: www/ja/tutorials/Makefile,v 1.1.1.1 2000/01/06 12:51:59 kuriyama Exp $
|
||||
#
|
||||
# Original revision: 1.5
|
||||
#
|
||||
|
@ -11,7 +11,7 @@ DOCS = index.sgml
|
|||
all afterinstall clean:
|
||||
(cd ../../../doc/ja_JP.eucJP/articles && ${MAKE} 'FORMATS=html html-split' 'DESTDIR=${DESTDIR}/data/ja/tutorials/$${.CURDIR:T}' ${.TARGET:S/afterinstall/install/})
|
||||
# (cd ../../../doc/ja_JP.eucJP/books/fdp-primer && ${MAKE} 'FORMATS=html html-split' DESTDIR=${DESTDIR}/data/ja/tutorials/docproj-primer ${.TARGET:S/afterinstall/install/})
|
||||
# (cd ../../../doc/ja_JP.eucJP/books/ppp-primer && ${MAKE} 'FORMATS=html html-split' DESTDIR=${DESTDIR}/data/ja/tutorials/ppp ${.TARGET:S/afterinstall/install/})
|
||||
(cd ../../../doc/ja_JP.eucJP/books/ppp-primer && ${MAKE} 'FORMATS=html html-split' DESTDIR=${DESTDIR}/data/ja/tutorials/ppp ${.TARGET:S/afterinstall/install/})
|
||||
|
||||
### Revision checking
|
||||
REVFILES= ${DOCS:M*.sgml:S/.sgml$/.revinc/g}
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY enbase CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD: www/ja/tutorials/index.sgml,v 1.1.1.1 2000/01/06 12:51:59 kuriyama Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/ja/tutorials/index.sgml,v 1.2 2000/01/16 03:26:09 kuriyama Exp $">
|
||||
<!ENTITY title "FreeBSD Tutorials">
|
||||
<!ENTITY % rev.incl SYSTEM "index.revinc"> %rev.incl;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $FreeBSD: www/ja/tutorials/index.sgml,v 1.1.1.1 2000/01/06 12:51:59 kuriyama Exp $ -->
|
||||
<!-- $FreeBSD: www/ja/tutorials/index.sgml,v 1.2 2000/01/16 03:26:09 kuriyama Exp $ -->
|
||||
<!-- The FreeBSD Japanese Documentation Project -->
|
||||
<!-- Original revision: 1.11 -->
|
||||
|
||||
|
@ -32,7 +32,7 @@
|
|||
(<a href="ddwg/ddwg.ps">postscript</a>,
|
||||
<a href="ddwg/ddwg-html.tar.gz">gzipd tar file</a>)</li>
|
||||
-->
|
||||
<li><a href="&enbase;/tutorials/ppp/index.html">Pedantic PPP primer - IP Aliasing</a>
|
||||
<li><a href="ppp/index.html">Pedantic PPP primer - IP Aliasing</a>
|
||||
(also as <a href="&enbase;/tutorials/ppp/book.html">one large HTML file</a>).</li>
|
||||
|
||||
<li><a href="multi-os/index.html">Using FreeBSD with other operating systems</a></li>
|
||||
|
|
Loading…
Reference in a new issue