X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?p=sheep;a=blobdiff_plain;f=src%2Fmain%2Fdocgen.asd;h=169a1b8b5caacfbd8461441df76bf31ac863a09e;hp=eebdbe70e7ea08d8d814daa29fdbac3f0c956081;hb=683928f;hpb=4c8ef06ce7bff14e78e79051870291d5075c42ea diff --git a/src/main/docgen.asd b/src/main/docgen.asd index eebdbe7..169a1b8 100644 --- a/src/main/docgen.asd +++ b/src/main/docgen.asd @@ -8,7 +8,7 @@ ; There's probably a better way, but I don't know it (asdf:defsystem docgen.internal :serial t - :components ((:file "package") (:file "func") (:file "docgen"))) + :components ((:file "package") (:file "func") (:file "pkg") (:file "docgen"))) (asdf:defsystem docgen :name "Documentation Generator"