Minor (whitespace, spelling, doc update).

This commit is contained in:
Werner Lemberg 2019-02-20 12:48:36 +01:00
parent 0ac6921109
commit de8de1ce0e
4 changed files with 29 additions and 23 deletions

View File

@ -309,10 +309,11 @@ refdoc:
cd $(DOC_DIR) && mkdocs build
@echo Done.
# Variables for running refdoc with Python's `virtualenv'. The env is
# created in `DOC_DIR/env' and is gitignored.
# We still need to cd into `DOC_DIR' to build mkdocs because paths in
# mkdocs.yml are relative to cwd.
# Variables for running `refdoc' with Python's `virtualenv'. The
# environment is created in `DOC_DIR/env' and is gitignored.
#
# We still need to cd into `DOC_DIR' to build `mkdocs' because paths in
# `mkdocs.yml' are relative to the current working directory.
#
VENV_NAME := env
VENV_DIR := $(DOC_DIR)$(SEP)$(VENV_NAME)

View File

@ -79,6 +79,11 @@ CHANGES BETWEEN 2.9.1 and 2.10
functions limited to Adobe MultiMaster fonts to directly set and
get the weight vector.
- Support for Position Independent Code as needed by systems that
prohibit automatic address fixups, such as BREW, has been
removed. [Compilation with modern compilers that use flags like
`-fPIC' or `-fPIE' is not affected.]
======================================================================

View File

@ -860,7 +860,7 @@
case cff_op_flex1:
case cff_op_callsubr:
case cff_op_callgsubr:
/* depracated opcodes */
/* deprecated opcodes */
case cff_op_dotsection:
/* invalid Type 1 opcodes */
case cff_op_hsbw: