doc/website
Yasuhiro Kimura 8750cad450 Makefiles and FDP: Change python binary
Currently '/usr/local/bin/python3.7' is used as the value of
PYTHON_CMD. Right now this works because 3.7 is the default version of
Python 3 in the ports tree. However, at some point in the future, this
will be undoubtedly be changed.

It is also possible that users already might be building versions
newer than the default port/package, which needs to be an supported as
well.

In addition, the FDP recommends installing the 'python3' package. This
meta port/package depends on the default version of python, and
automatically creates a symlink to the default version.

With all this in mind, use '/usr/local/bin/python3' is used as the value
of PYTHON_CMD, since this means that the instructions will work
irrespective of which version is assigned.
2021-02-16 19:29:11 +01:00
..
archetypes Add initial template for releases 2021-02-14 13:20:31 +01:00
config/_default Add gitref macro to reference a git hash 2021-02-13 22:22:34 +01:00
content Add newsflash.adoc. 2021-02-15 19:39:16 +09:00
data Add translated 2021-02-12 entry (13.0-BETA2 announcement). 2021-02-15 18:37:56 +09:00
static Update SA/EN templates for 12.1 EOL 2021-01-31 19:27:53 -05:00
themes/beastie The RSS feed for news was missing the # in the URL, resulting in 404s 2021-02-14 18:58:13 +00:00
tools Use @generated in generated files 2021-02-04 09:39:06 -05:00
.editorconfig
.gitignore build: replace move-shared/copy-shared with a symlink 2021-01-28 21:15:10 -06:00
beastie.png
Makefile Makefiles and FDP: Change python binary 2021-02-16 19:29:11 +01:00
README
shared build: replace move-shared/copy-shared with a symlink 2021-01-28 21:15:10 -06:00

$FreeBSD$

If you plan on building a local copy of the FreeBSD documentation, or using
our toolchain in your own projects, please read the Documentation Primer at:

    https://www.FreeBSD.org/doc/en/books/fdp-primer/

for information about the tools and formatting languages we use.
Chapter 1 has a Quick Start section, and Chapter 2 covers the software
and related items in more detail.