First step to www.FreeBSD.org/fr
Supported by: FreeBSD-FR.org
This commit is contained in:
parent
e4e4b3f266
commit
89e8b70bfb
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=18848
2 changed files with 21 additions and 0 deletions
17
fr/Makefile
Normal file
17
fr/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
# $FreeBSD$
|
||||
.if exists(Makefile.conf)
|
||||
.include "Makefile.conf"
|
||||
.endif
|
||||
.if exists(../Makefile.inc)
|
||||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
# Subdirectories
|
||||
# SGML
|
||||
.if !defined(WEB_ONLY) || empty(WEB_ONLY)
|
||||
SUBDIR= doc
|
||||
.endif
|
||||
|
||||
WEBDIR?= data/fr
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
4
fr/Makefile.inc
Normal file
4
fr/Makefile.inc
Normal file
|
@ -0,0 +1,4 @@
|
|||
# $FreeBSD$
|
||||
|
||||
WEBBASE?= /data/fr
|
||||
WEB_PREFIX?= ${.CURDIR}/../..
|
Loading…
Reference in a new issue