aboutsummaryrefslogtreecommitdiff
path: root/el_GR.ISO8859-7/htdocs/doc/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 /el_GR.ISO8859-7/htdocs/doc/Makefile
parent0cff342f42461c5081b98bce7581f43df319e4f4 (diff)
downloaddoc-989d921f5d4ac8d8b7c831c13b8954ad1901be24.tar.gz
doc-989d921f5d4ac8d8b7c831c13b8954ad1901be24.zip
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 'el_GR.ISO8859-7/htdocs/doc/Makefile')
-rw-r--r--el_GR.ISO8859-7/htdocs/doc/Makefile47
1 files changed, 0 insertions, 47 deletions
diff --git a/el_GR.ISO8859-7/htdocs/doc/Makefile b/el_GR.ISO8859-7/htdocs/doc/Makefile
deleted file mode 100644
index 96f02c6250..0000000000
--- a/el_GR.ISO8859-7/htdocs/doc/Makefile
+++ /dev/null
@@ -1,47 +0,0 @@
-#
-# $FreeBSD$
-#
-# Build the FreeBSD documentation *outside* of the doc/ tree, and install it
-# in to the right place as necessary.
-#
-
-.if exists(../Makefile.conf)
-.include "../Makefile.conf"
-.endif
-.if exists(../Makefile.inc)
-.include "../Makefile.inc"
-.endif
-
-_DOC_FORMATS?= html-split html
-
-all: all-all
-
-
-all-all:
- ${MAKE} -C ${DOC_PREFIX}/${LANGCODE} FORMATS="${_DOC_FORMATS}" all
-
-all-pgpkeyring:
- ${MAKE} -C ${DOC_PREFIX}/share/pgpkeys pgpkeyring.txt
-
-clean:
- ${MAKE} -C ${DOC_PREFIX}/${LANGCODE} FORMATS="${_DOC_FORMATS}" DOCDIR=${DESTDIR}/data/doc clean
-
-# here are dragons
-install:
- unset DESTDIR || true; \
- ${MAKE} -C ${DOC_PREFIX}/${LANGCODE} FORMATS="${_DOC_FORMATS}" DOCDIR=${DESTDIR}/data/doc install
- ${CP} ${DOC_PREFIX}/share/pgpkeys/pgpkeyring.txt ${DESTDIR}/data/doc/pgpkeyring.txt
-
-.include "${DOC_PREFIX}/share/mk/web.site.mk"
-.if ${LANGCODE} == en_US.ISO8859-1
-all: all-pgpkeyring
-.endif
-
-
-# XXX
-obj: _OBJUSE
-
-_OBJUSE: .USE
- @unset DESTDIR || true; \
- cd ${DOC_PREFIX}/${LANGCODE}; \
- ${MAKE} ${.TARGET}