From be5710d104e6ee085dcb9d871be0b80305e48f8b Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Tue, 5 Feb 2019 02:14:27 -0400 Subject: Migrated documentation tool's code into stdlib. --- stdlib/project.clj | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'stdlib/project.clj') diff --git a/stdlib/project.clj b/stdlib/project.clj index e9ed11d34..79319f540 100644 --- a/stdlib/project.clj +++ b/stdlib/project.clj @@ -16,9 +16,10 @@ :scm {:name "git" :url "https://github.com/LuxLang/lux.git"} - :dependencies [] - :source-paths ["source"] - :test-paths ["test"] - :lux {:tests {:jvm "test"}} + :profiles {:library {:dependencies [] + :test-paths ["test"] + :lux {:tests {:jvm "test"}}} + :documentation {:dependencies [] + :lux {:program {:jvm "program/scriptum"}}}} ) -- cgit v1.2.3