summaryrefslogtreecommitdiff
path: root/builds/beos
diff options
context:
space:
mode:
authorNikhil Ramakrishnan <ramakrishnan.nikhil@gmail.com>2018-08-25 12:22:23 +0530
committerNikhil Ramakrishnan <ramakrishnan.nikhil@gmail.com>2018-08-25 16:18:26 +0530
commitc962db28ea59225f0105c03d907d4a9b71765687 (patch)
tree4c224e00772bc00244858b057101be86b803e5e6 /builds/beos
parent195728d5ba38f34fb2c2c20807c01656f2f59b66 (diff)
downloadfreetype2-c962db28ea59225f0105c03d907d4a9b71765687.tar.gz
* builds/*/*: Prepare build system for docwriter.
Add checks, rules and variables to the build system for docwriter. * Running `make' will warn if Python/PIP/docwriter are not available. * Running `make refdoc' will generate static documentation site on the current Python environment. * Running `make refdoc-venv' will generate static documentation site using a virtual environment, using the pip package `virtualenv'.
Diffstat (limited to 'builds/beos')
-rw-r--r--builds/beos/beos-def.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/builds/beos/beos-def.mk b/builds/beos/beos-def.mk
index 89c54ddd5..5a3b52085 100644
--- a/builds/beos/beos-def.mk
+++ b/builds/beos/beos-def.mk
@@ -21,6 +21,9 @@ SEP := /
BUILD_DIR := $(TOP_DIR)/builds/beos
PLATFORM := beos
+# This is used for `make refdoc' and `make refdoc-venv'
+#
+BIN := bin
# The directory where all library files are placed.
#