summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am5
-rw-r--r--docs/Rakefile1
2 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 90c5f6d5..2aa2dda0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -164,3 +164,8 @@ rpm: ${RPMBINS}
dist-clean-local:
rm -f ${BUILT_SOURCES}
+
+# Not sure why this doesn't get cleaned up automatically, guess
+# automake used to man pages which are hand coded?
+clean-local:
+ rm -f jq.1
diff --git a/docs/Rakefile b/docs/Rakefile
index a95c97fa..5ca6e31f 100644
--- a/docs/Rakefile
+++ b/docs/Rakefile
@@ -1,3 +1,4 @@
+require 'yaml'
require 'bonsai'
require 'liquid'
require 'maruku'