git.fiddlerwoaroof.com
Browse code

Make sure that the examples don't get tangled

Ed Langley authored on 19/09/2018 16:49:26
Showing 1 changed files
... ...
@@ -21,12 +21,12 @@ lisp's ffi types.
21 21
    somewhere quicklisp can find it (e.g. ~/quicklisp/local-projects)
22 22
 
23 23
 2. Install rsvg-convert:
24
-    #+BEGIN_SRC sh
24
+    #+BEGIN_SRC sh :tangle no
25 25
 brew install librsvg
26 26
     #+END_SRC
27 27
    
28 28
 3. build + run the demo:
29
-   #+BEGIN_SRC sh
29
+   #+BEGIN_SRC sh :tangle no
30 30
 make mkapp CCL=/path/to/ccl
31 31
 open demo.app
32 32
    #+END_SRC
... ...
@@ -35,7 +35,7 @@ open demo.app
35 35
   
36 36
 From demo-app.lisp:
37 37
 
38
-#+BEGIN_SRC lisp
38
+#+BEGIN_SRC lisp :tangle no
39 39
   (defun main ()
40 40
     (trivial-main-thread:with-body-in-main-thread (:blocking t)
41 41
       [#@NSAutoReleasePool @(new)]