This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 72ce3f47 Docco
72ce3f47 is described below

commit 72ce3f470b713bac9601a16f109d85f1f9481353
Author: Sebb <[email protected]>
AuthorDate: Mon May 23 23:47:17 2022 +0100

    Docco
---
 Rakefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Rakefile b/Rakefile
index 9b128fe0..3d025012 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,5 +1,8 @@
 require 'open3'
 
+# N.B. this file must be invoked from its containing directory.
+# It assumes that it will be run from the top of the Whimsy code tree
+
 def mkdir_p?(path)
   mkdir_p path unless Dir.exist? path
 end

Reply via email to