Adding PPP primer book
Obtained from: French CVS server
This commit is contained in:
parent
8c36932638
commit
d688d2f467
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=12187
2 changed files with 2663 additions and 0 deletions
35
fr_FR.ISO8859-1/books/ppp-primer/Makefile
Normal file
35
fr_FR.ISO8859-1/books/ppp-primer/Makefile
Normal file
|
@ -0,0 +1,35 @@
|
||||||
|
#
|
||||||
|
# The FreeBSD Documentation Project
|
||||||
|
# The FreeBSD French Documentation Project
|
||||||
|
#
|
||||||
|
# Compilation du Manuel PPP
|
||||||
|
#
|
||||||
|
#
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
# Original revision: 1.1
|
||||||
|
# $Id: Makefile,v 1.1 2002-02-14 14:52:21 gioria Exp $
|
||||||
|
#
|
||||||
|
# Build the PPP PrimerQ
|
||||||
|
#
|
||||||
|
|
||||||
|
MAINTAINER=gioria@FreeBSD.ORG
|
||||||
|
|
||||||
|
DOC?= book
|
||||||
|
|
||||||
|
FORMATS?= html-split html
|
||||||
|
|
||||||
|
INSTALL_COMPRESSED?= gz
|
||||||
|
INSTALL_ONLY_COMPRESSED?=
|
||||||
|
|
||||||
|
#
|
||||||
|
# SRCS lists the individual SGML files that make up the document. Changes
|
||||||
|
# to any of these files will force a rebuild
|
||||||
|
#
|
||||||
|
|
||||||
|
# SGML content
|
||||||
|
SRCS= book.sgml
|
||||||
|
|
||||||
|
DOC_PREFIX?= ${.CURDIR}/../../..
|
||||||
|
|
||||||
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
2628
fr_FR.ISO8859-1/books/ppp-primer/book.sgml
Normal file
2628
fr_FR.ISO8859-1/books/ppp-primer/book.sgml
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue