]> granicus.if.org Git - jq/commitdiff
get man pages working 80/head
authorLee Thompson <stagr.lee@gmail.com>
Mon, 4 Feb 2013 19:35:42 +0000 (13:35 -0600)
committerLee Thompson <stagr.lee@gmail.com>
Mon, 4 Feb 2013 19:35:42 +0000 (13:35 -0600)
Makefile.am
docs/Rakefile

index 90c5f6d501840179f5544692f6ff6199dca2d2de..2aa2dda05fbc47e882316f68079e69952b97bd31 100644 (file)
@@ -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
index a95c97fa10774b151c3df5a786c838bbb6de3b98..5ca6e31f5f7db9ca436931449371f47a13921d8a 100644 (file)
@@ -1,3 +1,4 @@
+require 'yaml'
 require 'bonsai'
 require 'liquid'
 require 'maruku'