X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=doc%2Fmanual%2Frelease.txt;h=83f668f5224398f17f727b9c70ad9deb34ba8910;hb=cc2d4f015f72d7c30d613b50572eb9f31fac515a;hp=d1447569204b217380f6432fb79c7e14845500da;hpb=f60d42b0e2d7c1bde4f75cf5fcaeddf11d21f7ed;p=fw%2Fopenocd diff --git a/doc/manual/release.txt b/doc/manual/release.txt index d14475692..83f668f52 100644 --- a/doc/manual/release.txt +++ b/doc/manual/release.txt @@ -334,7 +334,7 @@ git tag -m "The openocd-${PACKAGE_VERSION} release." "${PACKAGE_TAG}" configuring its contents, using them to build a copy of OpenOCD, and verifying that the result prints the correct release version in its startup banner. (For example, - "configure --enable-ft2232_libftdi --enable-parport" + "configure --enable-parport" then "make" and run "src/openocd -v" as a sanity check.) -# Run make docs to create the documentation which will be published.