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
|
||||