X-Git-Url: https://code.consxy.com/gitweb/?a=blobdiff_plain;f=src%2Fmain%2Fdocgen.asd;h=6927c03f69c9f57388043bbd82c5536eb45d446b;hb=refs%2Ftags%2F0.1;hp=169a1b8b5caacfbd8461441df76bf31ac863a09e;hpb=683928f90e320bed84a816e8b59521b1c6714991;p=sheep diff --git a/src/main/docgen.asd b/src/main/docgen.asd index 169a1b8..6927c03 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 "pkg") (:file "docgen"))) + :components ((:file "package") (:file "func") (:file "pkg") (:file "struc") (:file "docgen"))) (asdf:defsystem docgen :name "Documentation Generator"