Skip to content

Commit

Permalink
Replaced marginalia dependency by lein-marginalia and changed the gen…
Browse files Browse the repository at this point in the history
…doc script to generate a new documentation file for the migration namespace.
  • Loading branch information
budu committed Nov 12, 2011
1 parent eb03880 commit 173481d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion project.clj
Expand Up @@ -5,7 +5,7 @@
[org.clojure/java.jdbc "0.0.7"] [org.clojure/java.jdbc "0.0.7"]
[org.clojure/tools.macro "0.1.1"]] [org.clojure/tools.macro "0.1.1"]]
:dev-dependencies [[lein-clojars "0.7.0"] :dev-dependencies [[lein-clojars "0.7.0"]
[marginalia "0.6.0"] [lein-marginalia "0.6.1"]
[cljss "0.1.1"] [cljss "0.1.1"]
[hiccup "0.3.1"] [hiccup "0.3.1"]
[com.h2database/h2 "1.3.160"]] [com.h2database/h2 "1.3.160"]]
Expand Down
2 changes: 2 additions & 0 deletions script/gendoc
Expand Up @@ -6,3 +6,5 @@ lein marg -d www/doc -f uberdoc.backend.html \
src/lobos/compiler.clj src/lobos/backends/* src/lobos/ast.clj src/lobos/compiler.clj src/lobos/backends/* src/lobos/ast.clj
lein marg -d www/doc -f uberdoc.analyzer.html \ lein marg -d www/doc -f uberdoc.analyzer.html \
src/lobos/metadata.clj src/lobos/analyzer.clj src/lobos/metadata.clj src/lobos/analyzer.clj
lein marg -d www/doc -f uberdoc.migration.html \
src/lobos/migration.clj

0 comments on commit 173481d

Please sign in to comment.