From: Lee Thompson Date: Mon, 4 Feb 2013 19:35:42 +0000 (-0600) Subject: get man pages working X-Git-Tag: jq-1.3~22^2~21^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dc4d3d8cbee6659ac444cb4696edd9bd8157f6eb;p=jq get man pages working --- 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'