summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLee Thompson <stagr.lee@gmail.com>2013-02-04 13:35:42 -0600
committerLee Thompson <stagr.lee@gmail.com>2013-02-04 13:35:42 -0600
commitdc4d3d8cbee6659ac444cb4696edd9bd8157f6eb (patch)
tree8080a2015d87ca0f894243f02fbaa2e25449dc5d
parent1d3d2efc89746a6f702efeded7680c63fe91d87f (diff)
downloadjq-dc4d3d8cbee6659ac444cb4696edd9bd8157f6eb.tar.gz
get man pages working
-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 90c5f6d..2aa2dda 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 a95c97f..5ca6e31 100644
--- a/docs/Rakefile
+++ b/docs/Rakefile
@@ -1,3 +1,4 @@
+require 'yaml'
require 'bonsai'
require 'liquid'
require 'maruku'