From 554ef0ef33d3474c3e43f56232fd084f38d0cd85 Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Mon, 1 Oct 2012 23:58:59 -0700 Subject: [PATCH] DOC: Fix typo in release instructions. --- RELEASE.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE.txt b/RELEASE.txt index 374742c6..96cd2abc 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -12,7 +12,7 @@ How to make a new release of ``skimage`` - Edit ``doc/source/themes/agogo/static/docversions.js`` and commit - Build a clean version of the docs. Run ``make`` in the root dir, then - ``rm build -rf; make html`` in the docs. Make sure the ``random.js`` + ``rm build -rf; make html`` in the docs. - Run ``make html`` again to copy the newly generated ``random.js`` into place. Double check ``random.js``, otherwise the skimage.org front page gets broken!