Makefilling.
fr/releng/Makefile: MFen 1.2 fr/search/Makefile: MFen 1.9 fr/security/Makefile: MFen 1.9 fr/smp/Makefile: MFen 1.2 fr/tutorials/Makefile: MFen 1.12 fr/projects/Makefile: MFen 1.14 fr/projects/busdma/Makefile: MFen 1.1 fr/projects/c99/Makefile: MFen 1.1 fr/projects/mips/Makefile: MFen 1.1 fr/prstats/Makefile: MFen 1.4 fr/releases/Makefile: MFen 1.39 fr/releases/2.0/Makefile: MFen 1.2 fr/releases/2.2.8R/Makefile: MFen 1.2 fr/releases/3.1R/Makefile: MFen 1.2 fr/releases/3.2R/Makefile: MFen 1.2 fr/releases/3.3R/Makefile: MFen 1.2 fr/releases/3.4R/Makefile: MFen 1.2 fr/releases/3.5R/Makefile: MFen 1.2 fr/releases/4.0R/Makefile: MFen 1.2 fr/releases/4.1.1R/Makefile: MFen 1.2 fr/releases/4.1R/Makefile: MFen 1.2 fr/releases/4.2R/Makefile: MFen 1.1 fr/releases/4.3R/Makefile: MFen 1.1 fr/releases/4.4R/Makefile: MFen 1.5 fr/releases/4.5R/Makefile: MFen 1.6 fr/releases/4.6.2R/Makefile: MFen 1.2 fr/releases/4.6R/Makefile: MFen 1.4 fr/releases/4.7R/Makefile: MFen 1.7 fr/releases/5.0R/Makefile: MFen 1.6 fr/releases/5.0R/DP1/Makefile: MFen 1.2 fr/releases/5.1R/Makefile: MFen 1.3 fr/gnome/Makefile: MFen 1.13 fr/gnome/docs/Makefile: MFen 1.10 fr/handbook/Makefile: MFen 1.9 fr/internal/Makefile: MFen 1.38 fr/java/Makefile: MFen 1.3 fr/java/docs/Makefile: MFen 1.4 fr/java/links/Makefile: MFen 1.3 fr/kse/Makefile: MFen 1.1 fr/platforms/Makefile: MFen 1.7 fr/platforms/ia64/Makefile: MFen 1.1
This commit is contained in:
parent
00a0ab3c1e
commit
857a0df297
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=19194
47 changed files with 940 additions and 0 deletions
46
fr/gnome/Makefile
Normal file
46
fr/gnome/Makefile
Normal file
|
@ -0,0 +1,46 @@
|
|||
# $FreeBSD$
|
||||
|
||||
# The FreeBSD French Documentation Project
|
||||
# Original revision: 1.13
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
.endif
|
||||
.if exists(../Makefile.inc)
|
||||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
SUBDIR= docs
|
||||
# SUBDIR+= images
|
||||
|
||||
DOCS= screenshots.sgml
|
||||
DOCS+= contact.sgml
|
||||
|
||||
DATA= index.html newsflash.html news.rdf
|
||||
|
||||
CLEANFILES= index.html
|
||||
CLEANFILES+= newsflash.html
|
||||
CLEANFILES+= news.rdf
|
||||
|
||||
index.html! index.xsl news.xml includes.xsl ../includes.xsl
|
||||
${XSLTPROC} ${XSLTPROCOPTS:N-nonet} -o index.html \
|
||||
${.CURDIR}/index.xsl ${.CURDIR}/news.xml
|
||||
.if !defined(NO_TIDY)
|
||||
-${TIDY} ${TIDYOPTS} index.html
|
||||
.endif
|
||||
|
||||
news.rdf: rss.xsl news.xml includes.xsl ../includes.xsl
|
||||
${XSLTPROC} ${XSLTPROCOPTS} -o news.rdf \
|
||||
${.CURDIR}/rss.xsl ${.CURDIR}/news.xml
|
||||
.if !defined(NO_TIDY)
|
||||
-${TIDY} -xml -wrap 0 ${TIDYOPTS} news.rdf
|
||||
.endif
|
||||
|
||||
newsflash.html: newsflash.xsl news.xml includes.xsl ../includes.xsl
|
||||
${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \
|
||||
${.CURDIR}/newsflash.xsl ${.CURDIR}/news.xml
|
||||
.if !defined(NO_TIDY)
|
||||
-${TIDY} ${TIDYOPTS} ${.TARGET}
|
||||
.endif
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
4
fr/gnome/Makefile.inc
Normal file
4
fr/gnome/Makefile.inc
Normal file
|
@ -0,0 +1,4 @@
|
|||
# $FreeBSD$
|
||||
|
||||
WEBBASE?= /data/fr/gnome
|
||||
WEB_PREFIX?= ${.CURDIR}/../../..
|
21
fr/gnome/docs/Makefile
Normal file
21
fr/gnome/docs/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# $FreeBSD$
|
||||
|
||||
# The FreeBSD French Documentation Project
|
||||
# Original revision: 1.10
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
.endif
|
||||
.if exists(../Makefile.inc)
|
||||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
DOCS= faq2.sgml
|
||||
DOCS+= gnome_porting.sgml
|
||||
DOCS+= gnome2_porting.sgml
|
||||
DOCS+= porting.sgml
|
||||
DOCS+= bugging.sgml
|
||||
DOCS+= volunteer.sgml
|
||||
# DOCS+= knownissues.sgml
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
15
fr/handbook/Makefile
Normal file
15
fr/handbook/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
# $FreeBSD$
|
||||
|
||||
# The FreeBSD French Documentation Project
|
||||
# Original revision: 1.9
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
.endif
|
||||
.if exists(../Makefile.inc)
|
||||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
DATA= index.html
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
47
fr/internal/Makefile
Normal file
47
fr/internal/Makefile
Normal file
|
@ -0,0 +1,47 @@
|
|||
# $FreeBSD$
|
||||
|
||||
# The FreeBSD French Documentation Project
|
||||
# Original revision: 1.38
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
.endif
|
||||
.if exists(../Makefile.inc)
|
||||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
DOCS= photos.sgml
|
||||
DOCS+= internal.sgml
|
||||
DOCS+= about.sgml
|
||||
DOCS+= machines.sgml
|
||||
DOCS+= mirror.sgml
|
||||
DOCS+= new-account.sgml
|
||||
DOCS+= statistic.sgml
|
||||
DOCS+= developer.sgml
|
||||
DOCS+= bylaws.sgml
|
||||
DOCS+= releng.sgml
|
||||
DOCS+= expire-bits.sgml
|
||||
DOCS+= core-vote.sgml
|
||||
# DOCS+= trb-dispute.sgml
|
||||
# DOCS+= doceng.sgml
|
||||
# DOCS+= rtp.sgml
|
||||
|
||||
INDEXLINK= internal.html
|
||||
|
||||
# build the list of personal homepages of FreeBSD developers only
|
||||
# on the main FreeBSD machines
|
||||
hostname!= hostname
|
||||
.if ${hostname} == "hub.freebsd.org" || ${hostname} == "freefall.freebsd.org" || ${hostname} == "www.freebsd.org"
|
||||
DOCS+= homepage.sgml
|
||||
.PHONY: homepage.inc
|
||||
|
||||
homepage.inc: homepage.pl
|
||||
${PERL} ${.CURDIR}/homepage.pl > ${.TARGET}
|
||||
|
||||
homepage.html: homepage.inc
|
||||
CLEANFILES+= homepage.inc
|
||||
.endif
|
||||
|
||||
# DATA+= README.mirror ssh-keys.asc
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
26
fr/java/Makefile
Normal file
26
fr/java/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
|||
# $FreeBSD$
|
||||
|
||||
# The FreeBSD French Documentation Project
|
||||
# Original revision: 1.3
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
.endif
|
||||
.if exists(../Makefile.inc)
|
||||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
SUBDIR = dists
|
||||
SUBDIR+= docs
|
||||
SUBDIR+= links
|
||||
|
||||
DOCS = advocacy.sgml
|
||||
DOCS+= howhelp.sgml
|
||||
DOCS+= index.sgml
|
||||
DOCS+= install.sgml
|
||||
DOCS+= newsflash.sgml
|
||||
DOCS+= press.sgml
|
||||
|
||||
DATA= j2j.gif
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
4
fr/java/Makefile.inc
Normal file
4
fr/java/Makefile.inc
Normal file
|
@ -0,0 +1,4 @@
|
|||
# $FreeBSD$
|
||||
|
||||
WEBBASE?= /data/fr/java
|
||||
WEB_PREFIX?= ${.CURDIR}/../../..
|
19
fr/java/docs/Makefile
Normal file
19
fr/java/docs/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# $FreeBSD$
|
||||
|
||||
# The FreeBSD French Documentation Project
|
||||
# Original revision: 1.4
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
.endif
|
||||
.if exists(../Makefile.inc)
|
||||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
DOCS = faq.sgml
|
||||
DOCS+= howtoports.sgml
|
||||
DOCS+= newbies.sgml
|
||||
DOCS+= tutorials.sgml
|
||||
DOCS+= performance.sgml
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
24
fr/java/links/Makefile
Normal file
24
fr/java/links/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# $FreeBSD$
|
||||
|
||||
# The FreeBSD French Documentation Project
|
||||
# Original revision: 1.3
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
.endif
|
||||
.if exists(../Makefile.inc)
|
||||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
DOCS = freebsd.sgml
|
||||
DOCS+= tools.sgml
|
||||
DOCS+= api.sgml
|
||||
DOCS+= index.sgml
|
||||
DOCS+= tutorials.sgml
|
||||
DOCS+= development.sgml
|
||||
DOCS+= resources.sgml
|
||||
DOCS+= vendor.sgml
|
||||
DOCS+= documentation.sgml
|
||||
DOCS+= servlets.sgml
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
15
fr/kse/Makefile
Normal file
15
fr/kse/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
# $FreeBSD$
|
||||
|
||||
# The FreeBSD French Documentation Project
|
||||
# Original revision: 1.1
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
.endif
|
||||
.if exists(../Makefile.inc)
|
||||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
DOCS= index.sgml
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
25
fr/platforms/Makefile
Normal file
25
fr/platforms/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# $FreeBSD$
|
||||
|
||||
# The FreeBSD French Documentation Project
|
||||
# Original revision: 1.7
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
.endif
|
||||
.if exists(../Makefile.inc)
|
||||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
DOCS= alpha.sgml
|
||||
DOCS+= amd64.sgml
|
||||
DOCS+= ia64.sgml
|
||||
DOCS+= index.sgml
|
||||
DOCS+= mips.sgml
|
||||
DOCS+= pc98.sgml
|
||||
DOCS+= ppc.sgml
|
||||
DOCS+= sparc.sgml
|
||||
DOCS+= x86-64.sgml
|
||||
|
||||
SUBDIR= ia64
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
4
fr/platforms/Makefile.inc
Normal file
4
fr/platforms/Makefile.inc
Normal file
|
@ -0,0 +1,4 @@
|
|||
# $FreeBSD$
|
||||
|
||||
WEBBASE?= /data/fr/platforms
|
||||
WEB_PREFIX?= ${.CURDIR}/../../..
|
15
fr/platforms/ia64/Makefile
Normal file
15
fr/platforms/ia64/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
# $FreeBSD$
|
||||
|
||||
# The FreeBSD French Documentation Project
|
||||
# Original revision: 1.1
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
.endif
|
||||
.if exists(../Makefile.inc)
|
||||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
DOCS= index.sgml machines.sgml refs.sgml todo.sgml
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
23
fr/projects/Makefile
Normal file
23
fr/projects/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# $FreeBSD$
|
||||
|
||||
# The FreeBSD French Documentation Project
|
||||
# Original revision: 1.14
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
.endif
|
||||
.if exists(../Makefile.inc)
|
||||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
DOCS= projects.sgml
|
||||
DOCS+= updater.sgml
|
||||
DOCS+= newbies.sgml
|
||||
DOCS+= libh.sgml
|
||||
DOCS+= cvsweb.sgml
|
||||
|
||||
INDEXLINK= projects.html
|
||||
|
||||
SUBDIR= busdma c99 mips
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
4
fr/projects/Makefile.inc
Normal file
4
fr/projects/Makefile.inc
Normal file
|
@ -0,0 +1,4 @@
|
|||
# $FreeBSD$
|
||||
|
||||
WEBBASE?= /data/fr/projects
|
||||
WEB_PREFIX?= ${.CURDIR}/../../..
|
20
fr/projects/busdma/Makefile
Normal file
20
fr/projects/busdma/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Summary for busdma project status
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
# The FreeBSD French Documentation Project
|
||||
# Original revision: 1.1
|
||||
|
||||
MAINTAINER= rwatson
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
.endif
|
||||
.if exists(../Makefile.inc)
|
||||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
DOCS= index.sgml
|
||||
DATA= style.css
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
20
fr/projects/c99/Makefile
Normal file
20
fr/projects/c99/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Summary for C99 project status
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
# The FreeBSD French Documentation Project
|
||||
# Original revision: 1.1
|
||||
|
||||
MAINTAINER= mike
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
.endif
|
||||
.if exists(../Makefile.inc)
|
||||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
DOCS= index.sgml
|
||||
DATA= style.css
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
20
fr/projects/mips/Makefile
Normal file
20
fr/projects/mips/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Summary for C99 project status
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
# The FreeBSD French Documentation Project
|
||||
# Original revision: 1.1
|
||||
|
||||
MAINTAINER= jmallett
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
.endif
|
||||
.if exists(../Makefile.inc)
|
||||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
DOCS= index.sgml
|
||||
DATA= style.css
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
22
fr/prstats/Makefile
Normal file
22
fr/prstats/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# $FreeBSD$
|
||||
|
||||
# The FreeBSD French Documentation Project
|
||||
# Original revision: 1.4
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
.endif
|
||||
.if exists(../Makefile.inc)
|
||||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
DOCS= index.sgml
|
||||
|
||||
.if defined(WITH_PRSTATS)
|
||||
SUBDIR+= ../../tools/prstats
|
||||
.else
|
||||
beforeinstall:
|
||||
${PERL} -pi -e 's/SRC=\"gnats/SRC=\"http:\/\/www.FreeBSD.org\/prstats\/gnats/' index.html
|
||||
.endif
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
16
fr/releases/2.0/Makefile
Normal file
16
fr/releases/2.0/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
# $FreeBSD$
|
||||
|
||||
# The FreeBSD French Documentation Project
|
||||
# Original revision: 1.2
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
.endif
|
||||
.if exists(../Makefile.inc)
|
||||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
# DOCS= announce.sgml credits.sgml install.sgml notes.sgml
|
||||
DOCS= credits.sgml
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
16
fr/releases/2.2.8R/Makefile
Normal file
16
fr/releases/2.2.8R/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
# $FreeBSD$
|
||||
|
||||
# The FreeBSD French Documentation Project
|
||||
# Original revision: 1.2
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
.endif
|
||||
.if exists(../Makefile.inc)
|
||||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
# DOCS= announce.sgml notes.sgml errata.sgml
|
||||
DOCS= notes.sgml
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
16
fr/releases/3.1R/Makefile
Normal file
16
fr/releases/3.1R/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
# $FreeBSD$
|
||||
|
||||
# The FreeBSD French Documentation Project
|
||||
# Original revision: 1.2
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
.endif
|
||||
.if exists(../Makefile.inc)
|
||||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
# DOCS= announce.sgml notes.sgml errata.sgml
|
||||
DOCS= notes.sgml
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
16
fr/releases/3.2R/Makefile
Normal file
16
fr/releases/3.2R/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
# $FreeBSD$
|
||||
|
||||
# The FreeBSD French Documentation Project
|
||||
# Original revision: 1.2
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
.endif
|
||||
.if exists(../Makefile.inc)
|
||||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
# DOCS= announce.sgml notes.sgml errata.sgml
|
||||
DOCS= notes.sgml
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
16
fr/releases/3.3R/Makefile
Normal file
16
fr/releases/3.3R/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
# $FreeBSD$
|
||||
|
||||
# The FreeBSD French Documentation Project
|
||||
# Original revision: 1.2
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
.endif
|
||||
.if exists(../Makefile.inc)
|
||||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
# DOCS= announce.sgml notes.sgml errata.sgml
|
||||
DOCS= notes.sgml
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
16
fr/releases/3.4R/Makefile
Normal file
16
fr/releases/3.4R/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
# $FreeBSD$
|
||||
|
||||
# The FreeBSD French Documentation Project
|
||||
# Original revision: 1.2
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
.endif
|
||||
.if exists(../Makefile.inc)
|
||||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
# DOCS= announce.sgml notes.sgml errata.sgml
|
||||
DOCS= notes.sgml
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
16
fr/releases/3.5R/Makefile
Normal file
16
fr/releases/3.5R/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
# $FreeBSD$
|
||||
|
||||
# The FreeBSD French Documentation Project
|
||||
# Original revision: 1.2
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
.endif
|
||||
.if exists(../Makefile.inc)
|
||||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
# DOCS= announce.sgml notes.sgml errata.sgml
|
||||
DOCS= notes.sgml
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
15
fr/releases/4.0R/Makefile
Normal file
15
fr/releases/4.0R/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
# $FreeBSD$
|
||||
|
||||
# The FreeBSD French Documentation Project
|
||||
# Original revision: 1.2
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
.endif
|
||||
.if exists(../Makefile.inc)
|
||||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
DOCS= announce.sgml notes.sgml errata.sgml
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
16
fr/releases/4.1.1R/Makefile
Normal file
16
fr/releases/4.1.1R/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
# $FreeBSD$
|
||||
|
||||
# The FreeBSD French Documentation Project
|
||||
# Original revision: 1.2
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
.endif
|
||||
.if exists(../Makefile.inc)
|
||||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
# DOCS= announce.sgml notes.sgml errata.sgml
|
||||
DOCS= errata.sgml
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
15
fr/releases/4.1R/Makefile
Normal file
15
fr/releases/4.1R/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
# $FreeBSD$
|
||||
|
||||
# The FreeBSD French Documentation Project
|
||||
# Original revision: 1.2
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
.endif
|
||||
.if exists(../Makefile.inc)
|
||||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
DOCS= announce.sgml notes.sgml errata.sgml
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
15
fr/releases/4.2R/Makefile
Normal file
15
fr/releases/4.2R/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
# $FreeBSD$
|
||||
|
||||
# The FreeBSD French Documentation Project
|
||||
# Original revision: 1.1
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
.endif
|
||||
.if exists(../Makefile.inc)
|
||||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
DOCS= announce.sgml notes.sgml errata.sgml
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
15
fr/releases/4.3R/Makefile
Normal file
15
fr/releases/4.3R/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
# $FreeBSD$
|
||||
|
||||
# The FreeBSD French Documentation Project
|
||||
# Original revision: 1.1
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
.endif
|
||||
.if exists(../Makefile.inc)
|
||||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
DOCS= announce.sgml notes.sgml errata.sgml
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
23
fr/releases/4.4R/Makefile
Normal file
23
fr/releases/4.4R/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# $FreeBSD$
|
||||
|
||||
# The FreeBSD French Documentation Project
|
||||
# Original revision: 1.5
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
.endif
|
||||
.if exists(../Makefile.inc)
|
||||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
# DOCS= announce.sgml hardware.sgml notes.sgml
|
||||
DOCS= announce.sgml
|
||||
|
||||
DATA= docbook.css
|
||||
# DATA+= errata.html
|
||||
# DATA+= hardware-alpha.html
|
||||
# DATA+= hardware-i386.html
|
||||
# DATA+= relnotes-alpha.html
|
||||
# DATA+= relnotes-i386.html
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
25
fr/releases/4.5R/Makefile
Normal file
25
fr/releases/4.5R/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# $FreeBSD$
|
||||
|
||||
# The FreeBSD French Documentation Project
|
||||
# Original revision: 1.6
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
.endif
|
||||
.if exists(../Makefile.inc)
|
||||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
# DOCS= hardware.sgml notes.sgml qa.sgml announce.sgml schedule.sgml
|
||||
# DOCS+= contents.sgml
|
||||
DOCS= notes.sgml announce.sgml
|
||||
|
||||
DATA= docbook.css
|
||||
DATA+= errata.html
|
||||
# DATA+= hardware-alpha.html
|
||||
# DATA+= hardware-i386.html
|
||||
DATA+= relnotes-alpha.html
|
||||
DATA+= relnotes-i386.html
|
||||
# DATA+= cd1.txt cd2.txt cd3.txt cd4.txt
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
24
fr/releases/4.6.2R/Makefile
Normal file
24
fr/releases/4.6.2R/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# $FreeBSD$
|
||||
|
||||
# The FreeBSD French Documentation Project
|
||||
# Original revision: 1.2
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
.endif
|
||||
.if exists(../Makefile.inc)
|
||||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
# DOCS= hardware.sgml relnotes.sgml
|
||||
# DOCS+= announce.sgml
|
||||
# contents.sgml
|
||||
DOCS= relnotes.sgml
|
||||
|
||||
DATA= docbook.css
|
||||
# DATA+= errata.html
|
||||
# DATA+= hardware-alpha.html hardware-i386.html
|
||||
DATA+= relnotes-alpha.html relnotes-i386.html
|
||||
#DATA+= cd1.txt cd2.txt cd3.txt cd4.txt mini.txt
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
23
fr/releases/4.6R/Makefile
Normal file
23
fr/releases/4.6R/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# $FreeBSD$
|
||||
|
||||
# The FreeBSD French Documentation Project
|
||||
# Original revision: 1.4
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
.endif
|
||||
.if exists(../Makefile.inc)
|
||||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
# DOCS= announce.sgml contents.sgml
|
||||
# DOCS+= hardware.sgml relnotes.sgml qa.sgml schedule.sgml
|
||||
DOCS= relnotes.sgml
|
||||
|
||||
DATA= docbook.css
|
||||
# DATA+= errata.html
|
||||
# DATA+= hardware-alpha.html hardware-i386.html
|
||||
DATA+= relnotes-alpha.html relnotes-i386.html
|
||||
# DATA+= cd1.txt cd2.txt cd3.txt cd4.txt mini.txt
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
22
fr/releases/4.7R/Makefile
Normal file
22
fr/releases/4.7R/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# $FreeBSD$
|
||||
|
||||
# The FreeBSD French Documentation Project
|
||||
# Original revision: 1.7
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
.endif
|
||||
.if exists(../Makefile.inc)
|
||||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
# DOCS= hardware.sgml relnotes.sgml schedule.sgml qa.sgml announce.sgml
|
||||
DOCS= announce.sgml
|
||||
|
||||
DATA= docbook.css
|
||||
DATA+= errata.html
|
||||
DATA+= hardware-alpha.html hardware-i386.html
|
||||
# DATA+= relnotes-alpha.html relnotes-i386.html
|
||||
# DATA+= CHECKSUM-i386.MD5
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
31
fr/releases/5.0R/DP1/Makefile
Normal file
31
fr/releases/5.0R/DP1/Makefile
Normal file
|
@ -0,0 +1,31 @@
|
|||
# $FreeBSD$
|
||||
|
||||
# The FreeBSD French Documentation Project
|
||||
# Original revision: 1.2
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
.endif
|
||||
.if exists(../Makefile.inc)
|
||||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
# DOCS= hardware.sgml relnotes.sgml installation.sgml
|
||||
# DOCS+= announce.sgml
|
||||
# contents.sgml
|
||||
DOCS= relnotes.sgml
|
||||
|
||||
# DATA= docbook.css
|
||||
# DATA+= errata.html
|
||||
# DATA+= hardware-alpha.html
|
||||
# DATA+= hardware-i386.html
|
||||
# DATA+= hardware-sparc64.html
|
||||
# DATA+= relnotes-alpha.html
|
||||
# DATA+= relnotes-i386.html
|
||||
# DATA+= relnotes-sparc64.html
|
||||
# DATA+= installation-alpha.html
|
||||
# DATA+= installation-i386.html
|
||||
# DATA+= installation-sparc64.html
|
||||
# DATA+= cd1.txt cd2.txt cd3.txt cd4.txt
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
38
fr/releases/5.0R/Makefile
Normal file
38
fr/releases/5.0R/Makefile
Normal file
|
@ -0,0 +1,38 @@
|
|||
# $FreeBSD$
|
||||
|
||||
# The FreeBSD French Documentation Project
|
||||
# Original revision: 1.6
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
.endif
|
||||
.if exists(../Makefile.inc)
|
||||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
# DOCS= announce.sgml schedule.sgml todo.sgml
|
||||
# DOCS+= hardware.sgml relnotes.sgml installation.sgml
|
||||
|
||||
# DATA= docbook.css
|
||||
# DATA+= errata.html
|
||||
# DATA+= early-adopter.html
|
||||
# DATA+= hardware-alpha.html
|
||||
# DATA+= hardware-ia64.html
|
||||
# DATA+= hardware-i386.html
|
||||
# DATA+= hardware-pc98.html
|
||||
# DATA+= hardware-sparc64.html
|
||||
# DATA+= relnotes-alpha.html
|
||||
# DATA+= relnotes-ia64.html
|
||||
# DATA+= relnotes-i386.html
|
||||
# DATA+= relnotes-pc98.html
|
||||
# DATA+= relnotes-sparc64.html
|
||||
# DATA+= installation-alpha.html
|
||||
# DATA+= installation-ia64.html
|
||||
# DATA+= installation-i386.html
|
||||
# DATA+= installation-pc98.html
|
||||
# DATA+= installation-sparc64.html
|
||||
|
||||
# SUBDIR= DP1 DP2
|
||||
SUBDIR= DP1
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
4
fr/releases/5.0R/Makefile.inc
Normal file
4
fr/releases/5.0R/Makefile.inc
Normal file
|
@ -0,0 +1,4 @@
|
|||
# $FreeBSD$
|
||||
|
||||
WEBBASE?= /data/fr/releases/5.0R
|
||||
WEB_PREFIX?= ${.CURDIR}/../../../..
|
36
fr/releases/5.1R/Makefile
Normal file
36
fr/releases/5.1R/Makefile
Normal file
|
@ -0,0 +1,36 @@
|
|||
# $FreeBSD$
|
||||
|
||||
# The FreeBSD French Documentation Project
|
||||
# Original revision: 1.3
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
.endif
|
||||
.if exists(../Makefile.inc)
|
||||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
# DOCS= announce.sgml schedule.sgml todo.sgml
|
||||
# DOCS+= hardware.sgml relnotes.sgml installation.sgml
|
||||
DOCS= relnotes.sgml installation.sgml
|
||||
|
||||
# DATA= docbook.css
|
||||
# DATA+= errata.html
|
||||
# DATA+= early-adopter.html
|
||||
# DATA+= hardware-alpha.html
|
||||
# DATA+= hardware-ia64.html
|
||||
# DATA+= hardware-i386.html
|
||||
# DATA+= hardware-pc98.html
|
||||
# DATA+= hardware-sparc64.html
|
||||
# DATA+= relnotes-alpha.html
|
||||
# DATA+= relnotes-ia64.html
|
||||
# DATA+= relnotes-i386.html
|
||||
# DATA+= relnotes-pc98.html
|
||||
# DATA+= relnotes-sparc64.html
|
||||
# DATA+= installation-alpha.html
|
||||
# DATA+= installation-ia64.html
|
||||
# DATA+= installation-i386.html
|
||||
# DATA+= installation-pc98.html
|
||||
# DATA+= installation-sparc64.html
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
44
fr/releases/Makefile
Normal file
44
fr/releases/Makefile
Normal file
|
@ -0,0 +1,44 @@
|
|||
# $FreeBSD$
|
||||
|
||||
# The FreeBSD French Documentation Project
|
||||
# Original revision: 1.39
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
.endif
|
||||
.if exists(../Makefile.inc)
|
||||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
DOCS?= index.sgml snapshots.sgml
|
||||
|
||||
# SUBDIR= 1.1 1.1.5 2.0 2.0.5R 2.1R 2.1.5R 2.1.6R 2.1.7R 2.2R
|
||||
# SUBDIR+= 2.2.1R 2.2.2R 2.2.5R 2.2.6R 2.2.7R 2.2.8R 3.0R 3.1R 3.2R
|
||||
# SUBDIR+= 3.3R 3.4R 3.5R 4.0R 4.1R 4.1.1R 4.2R 4.3R 4.4R 4.5R 4.6R
|
||||
# SUBDIR+= 4.6.2R 4.7R 4.8R 4.9R
|
||||
# SUBDIR+= 5.0R 5.1R 5.2R
|
||||
SUBDIR= 2.0
|
||||
SUBDIR+= 2.2.8R
|
||||
SUBDIR+= 3.1R
|
||||
SUBDIR+= 3.2R
|
||||
SUBDIR+= 3.3R
|
||||
SUBDIR+= 3.4R
|
||||
SUBDIR+= 3.5R
|
||||
SUBDIR+= 4.0R
|
||||
SUBDIR+= 4.1.1R
|
||||
SUBDIR+= 4.1R
|
||||
SUBDIR+= 4.2R
|
||||
SUBDIR+= 4.3R
|
||||
SUBDIR+= 4.4R
|
||||
SUBDIR+= 4.5R
|
||||
SUBDIR+= 4.6.2R
|
||||
SUBDIR+= 4.6R
|
||||
SUBDIR+= 4.7R
|
||||
SUBDIR+= 5.0R
|
||||
SUBDIR+= 5.1R
|
||||
|
||||
.if defined $(NEW_BUILD)
|
||||
SUBDIR=
|
||||
.endif
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
4
fr/releases/Makefile.inc
Normal file
4
fr/releases/Makefile.inc
Normal file
|
@ -0,0 +1,4 @@
|
|||
# $FreeBSD$
|
||||
|
||||
WEBBASE?= /data/fr/releases
|
||||
WEB_PREFIX?= ${.CURDIR}/../../..
|
15
fr/releng/Makefile
Normal file
15
fr/releng/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
# $FreeBSD$
|
||||
|
||||
# The FreeBSD French Documentation Project
|
||||
# Original revision: 1.2
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
.endif
|
||||
.if exists(../Makefile.inc)
|
||||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
DOCS?= index.sgml charter.sgml
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
29
fr/search/Makefile
Normal file
29
fr/search/Makefile
Normal file
|
@ -0,0 +1,29 @@
|
|||
# $FreeBSD$
|
||||
|
||||
# The FreeBSD French Documentation Project
|
||||
# Original revision: 1.9
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
.endif
|
||||
.if exists(../Makefile.inc)
|
||||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
DOCS+= index-site.sgml
|
||||
DOCS+= search.sgml
|
||||
DOCS+= searchhints.sgml
|
||||
DOCS+= search-mid.sgml
|
||||
|
||||
INDEXLINK= search.html
|
||||
CLEANFILES+=atoz.sgml site.sgml
|
||||
|
||||
|
||||
index-site.html: atoz.sgml site.sgml
|
||||
atoz.sgml: web.atoz
|
||||
${SORT} -fu ${.ALLSRC} | ${PERL} ${.CURDIR}/atoz.pl > ${.TARGET}
|
||||
|
||||
site.sgml: site.map
|
||||
${PERL} ${.CURDIR}/site.pl < ${.ALLSRC} > ${.TARGET}
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
26
fr/security/Makefile
Normal file
26
fr/security/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
|||
# $FreeBSD$
|
||||
|
||||
# The FreeBSD French Documentation Project
|
||||
# Original revision: 1.9
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
.endif
|
||||
.if exists(../Makefile.inc)
|
||||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
DOCS=
|
||||
DOCS+= security.sgml
|
||||
|
||||
INDEXLINK= security.html
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||
|
||||
CLEANFILES+= advisories.html.inc
|
||||
|
||||
security.html: advisories.html.inc
|
||||
|
||||
advisories.html.inc: mkindex.xsl ${XML_ADVISORIES}
|
||||
${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \
|
||||
${.CURDIR}/mkindex.xsl ${XML_ADVISORIES}
|
15
fr/smp/Makefile
Normal file
15
fr/smp/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
# $FreeBSD$
|
||||
|
||||
# The FreeBSD French Documentation Project
|
||||
# Original revision: 1.2
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
.endif
|
||||
.if exists(../Makefile.inc)
|
||||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
DOCS= index.sgml
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
19
fr/tutorials/Makefile
Normal file
19
fr/tutorials/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
# Build the FreeBSD tutorials/articles outside of the www tree, and then
|
||||
# install them in to the right place.
|
||||
|
||||
# The FreeBSD French Documentation Project
|
||||
# Original revision: 1.12
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
.endif
|
||||
.if exists(../Makefile.inc)
|
||||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
DOCS = index.sgml
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
Loading…
Reference in a new issue