mirror of
https://github.com/stedolan/jq.git
synced 2024-05-11 05:55:39 +00:00
get man pages working
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
require 'yaml'
|
||||
require 'bonsai'
|
||||
require 'liquid'
|
||||
require 'maruku'
|
||||
|
||||
Reference in New Issue
Block a user