build: Add 'make maintainer-clean' passthrough rule.
[goals.git] / Goalfile.in
index f0aaab2..5aa349d 100644 (file)
@@ -71,6 +71,7 @@ let objects = [
     "src/lexer.cmx",
     "src/parse.cmx",
     "src/eval.cmx",
+    "src/deps.cmx",
     "src/run.cmx",
     "src/main.cmx"
 ]
@@ -118,6 +119,7 @@ goal documentation = : pod2man ("goals", "1"),
 goal pod2man (page, section) =
 "man/%page.%section" : "docs/%page.pod" {
     rm -f %@ %@-t
+    mkdir -p man
     %POD2MAN \
         -u \
         -c "goals" \