Skip to content

Commit

Permalink
Remove the dependency on setup-helper-cock.
Browse files Browse the repository at this point in the history
  • Loading branch information
klutometis committed Dec 2, 2014
1 parent f204922 commit 60556fb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
1 change: 1 addition & 0 deletions animation.release-info
Expand Up @@ -3,3 +3,4 @@
(release "0.1")
(release "0.2")
(release "0.3")
(release "0.3.1")
9 changes: 3 additions & 6 deletions animation.setup
@@ -1,11 +1,8 @@
(use setup-helper-mod)
(use cock setup-helper-mod)

(setup-shared-extension-module
'animation
(extension-version "0.3")
(extension-version "0.3.1")
compile-options: '(-X cock))

(handle-exceptions exn
(warning "Not generating documentation")
(include "setup-helper-cock")
(run-cock -o animation.wiki animation-core.scm))
(run-cock -o animation.wiki animation-core.scm)
6 changes: 3 additions & 3 deletions animation.wiki
Expand Up @@ -78,9 +78,9 @@ BSD
* [[setup-helper]]
==== Versions
; 0.1 : Initial release
; 0.2 : Fix cock-invocation.
; 0.3 : Add width and height.
; [[https://github.com/klutometis/animation/releases/tag/0.1|0.1]] : Initial release
; [[https://github.com/klutometis/animation/releases/tag/0.2|0.2]] : Fix cock-invocation.
; [[https://github.com/klutometis/animation/releases/tag/0.3|0.3]] : Add width and height.
==== Colophon

Documented by [[/egg/cock|cock]].

0 comments on commit 60556fb

Please sign in to comment.