summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorNicolas Williams <nico@cryptonector.com>2015-08-23 23:08:11 -0500
committerNicolas Williams <nico@cryptonector.com>2015-08-23 23:08:11 -0500
commitf57743eb372147270a93d877d5cd5784ad7edb18 (patch)
tree85fd15b33b981f63c3b1b84193a67bb319e919e3 /docs
parent0c93eb3379241dc4775718a9d39f54a6c4de20d6 (diff)
Remove jq.1.default and related content
Diffstat (limited to 'docs')
-rw-r--r--docs/Rakefile4
-rw-r--r--docs/default_manpage.md22
2 files changed, 0 insertions, 26 deletions
diff --git a/docs/Rakefile b/docs/Rakefile
index 8de64a7e..691a499a 100644
--- a/docs/Rakefile
+++ b/docs/Rakefile
@@ -127,10 +127,6 @@ task :manpage do
end
end
-task :manpage_default => ["default_manpage.md"] do
- puts Ronn::Document.new("default_manpage.md").convert('roff').gsub(/<\/?code>/,"")
-end
-
task :mantests do
load_manual['sections'].each do |section|
(section['entries'] || []).each do |entry|
diff --git a/docs/default_manpage.md b/docs/default_manpage.md
deleted file mode 100644
index 49937821..00000000
--- a/docs/default_manpage.md
+++ /dev/null
@@ -1,22 +0,0 @@
-jq(1) -- Command-line JSON processor
-====================================
-
-## DESCRIPTION
-
-`jq` can transform JSON in various ways, by selecting, iterating,
-reducing and otherwise mangling JSON documents.
-
-This version of `jq` was built without a manual, so this manpage is a
-stub. For full documentation of the `jq` language, see:
-
- https://stedolan.github.io/jq
-
-## BUGS
-
-Presumably. Report them or discuss them at:
-
- https://github.com/stedolan/jq/issues
-
-## AUTHOR
-
-Stephen Dolan `<mu@netsoc.tcd.ie>`