aboutsummaryrefslogtreecommitdiff
path: root/fr_FR.ISO8859-1/htdocs/relnotes/Makefile
diff options
context:
space:
mode:
authorSergio Carlavilla Delgado <carlavilla@FreeBSD.org>2021-01-25 23:31:29 +0000
committerSergio Carlavilla Delgado <carlavilla@FreeBSD.org>2021-01-25 23:31:29 +0000
commit989d921f5d4ac8d8b7c831c13b8954ad1901be24 (patch)
treea5d768f9af4b55422fdf5b17064879ae1c7ce032 /fr_FR.ISO8859-1/htdocs/relnotes/Makefile
parent0cff342f42461c5081b98bce7581f43df319e4f4 (diff)
Migrate doc to Hugo/AsciiDoctor
I'm very pleased to announce the release of our new website and documentation using the new toolchain with Hugo and AsciiDoctor. To get more information about the new toolchain please read the FreeBSD Documentation Project Primer[1], Hugo docs[2] and AsciiDoctor docs[3]. Acknowledgment: Benedict Reuschling <bcr@> Glen Barber <gjb@> Hiroki Sato <hrs@> Li-Wen Hsu <lwhsu@> Sean Chittenden <seanc@> The FreeBSD Foundation [1] https://docs.FreeBSD.org/en/books/fdp-primer/ [2] https://gohugo.io/documentation/ [3] https://docs.asciidoctor.org/home/ Approved by: doceng, core
Diffstat (limited to 'fr_FR.ISO8859-1/htdocs/relnotes/Makefile')
-rw-r--r--fr_FR.ISO8859-1/htdocs/relnotes/Makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/fr_FR.ISO8859-1/htdocs/relnotes/Makefile b/fr_FR.ISO8859-1/htdocs/relnotes/Makefile
deleted file mode 100644
index 8a26a84476..0000000000
--- a/fr_FR.ISO8859-1/htdocs/relnotes/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-#
-# Web site build hooks for the release notes. Also see the README file.
-#
-# The variable RELNOTES (I couldn't think of a better name) is a poor
-# man's list. Its semantics are very similar to that of MLINKS (see
-# bsd.man.mk). The first word is the directory under which that set
-# of relnotes should appear on the web site. The second word is the
-# path to that relnotes set.
-#
-# $FreeBSD$
-# Original Revision: 1.5
-#
-.if exists(../Makefile.inc)
-.include "../Makefile.inc"
-.endif
-
-.include "${DOC_PREFIX}/en_US.ISO8859-1/htdocs/relnotes/Makefile.inc"