Anastasia Klimchuk has uploaded this change for review. ( https://review.coreboot.org/c/flashrom/+/83942?usp=email )
Change subject: doc: Remove leftover reference to building_with_make ......................................................................
doc: Remove leftover reference to building_with_make
Change-Id: If6d3580972ea7d42503004b922b90829025bd62d Signed-off-by: Anastasia Klimchuk aklm@flashrom.org --- M doc/user_docs/example_partial_wp.rst 1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/42/83942/1
diff --git a/doc/user_docs/example_partial_wp.rst b/doc/user_docs/example_partial_wp.rst index 67a382a..811c772 100644 --- a/doc/user_docs/example_partial_wp.rst +++ b/doc/user_docs/example_partial_wp.rst @@ -14,8 +14,8 @@
Write-protect manipulation functionality is included in flashrom since release v1.3.0. If for any reasons you need the latest code from head, you might need to build :code:`flashrom` -from scratch. The following docs describe how to do this :doc:`/dev_guide/building_from_source` and -:doc:`/dev_guide/building_with_make`. See also :doc:`/dev_guide/development_guide`. +from scratch. The following doc describe how to do this: :doc:`/dev_guide/building_from_source`. +See also :doc:`/dev_guide/development_guide`.
Alternatively, your operating system might provide development version of :code:`flashrom` as a package.