X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?p=sheep;a=blobdiff_plain;f=src%2Fmain%2Fdocgen.asd;h=9b0858b218933e6807e99cf54cf1cf2f316a010b;hp=169a1b8b5caacfbd8461441df76bf31ac863a09e;hb=d898031;hpb=683928f90e320bed84a816e8b59521b1c6714991 diff --git a/src/main/docgen.asd b/src/main/docgen.asd index 169a1b8..9b0858b 100644 --- a/src/main/docgen.asd +++ b/src/main/docgen.asd @@ -1,19 +1,8 @@ -; The systems are split up into two because travis will run more smoothly -; if we use a custom built sbcl that has all the deps pre-loaded since -; we are sure those will work just fine :) -; -; You should link to this file in your systems directory, or however you -; handle your asdf configurations. Then just (asdf:load-system :clnl) -; -; There's probably a better way, but I don't know it -(asdf:defsystem docgen.internal - :serial t - :components ((:file "package") (:file "func") (:file "pkg") (:file "docgen"))) - (asdf:defsystem docgen :name "Documentation Generator" - :version "0.1" + :version "0.3" :maintainer "Frank Duncan (frank@kank.com)" :author "Frank Duncan (frank@kank.com)" :serial t - :depends-on (:cl-ppcre :docgen.internal)) + :components ((:file "package") (:file "func") (:file "var") (:file "pkg") (:file "struc") (:file "docgen")) + :depends-on (#-travis :cl-ppcre)) ; Don't load libraries in travis