Anastasia Klimchuk has submitted this change. ( 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 Reviewed-on: https://review.coreboot.org/c/flashrom/+/83942 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Peter Marheine pmarheine@chromium.org --- M doc/user_docs/example_partial_wp.rst 1 file changed, 2 insertions(+), 2 deletions(-)
Approvals: build bot (Jenkins): Verified Peter Marheine: Looks good to me, approved
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.