summaryrefslogtreecommitdiffstats
path: root/docs/Rakefile
AgeCommit message (Collapse)Author
2019-02-26Cleanup leftover references to rubyWilliam Langford
2015-10-12Explicitly use current directory in RakefileDavid Tolnay
2015-10-12Split up Rakefile to minimize dependencies (fix #435)David Tolnay
2015-10-12Add description for rake tasksDavid Tolnay
You can see the descriptions by running `rake --tasks`.
2015-10-12Remove duplicate yaml import in RakefileDavid Tolnay
2015-10-12Remove old Rakefile dist targetsDavid Tolnay
Because binaries no longer go into the repo.
2015-08-23Remove jq.1.default and related contentNicolas Williams
2015-08-14Use entry title without whitespace as section idDavid Tolnay
2015-08-14Fix some w3c validator complaintsDavid Tolnay
2015-08-13Remove all trailing whitespaceDavid Tolnay
2015-04-22Fixes manual generation with psychAndrew O'Brien
When running `make` I ran into a couple of problems building the manual. While I'm not entirely sure that this is the root cause, it appears to have been related to the fact that ruby 2.0 dropped syck completely in favor of psych (which was introduced in 1.9.2) for YAML processing. I'm currently using ruby 2.1.0p0. I'm assuming that the fact that the YAML engine was explicitly set to syck in the Rakefile was an attempt to work around some incompatibility between the two libraries, so I looked into what would be necessary to get it to work with the newer one. The changes to `manual.yml` ended up being pretty minor: I ran it through `iconv` to convert some ISO-8859-1 characters to UTF-8 and added some quotes in places (apparently you can't start a string value with '`').
2014-06-04Add -j option to scripts/crosscompileNicolas Williams
2013-05-11Rake task to build website including source dist and binaries.Stephen Dolan
2013-05-11Rake task to build source distribution for websiteStephen Dolan
2013-05-09Add some build instructions for how to install doc dependencies.Stephen Dolan
jq can now build without Ruby, but you won't get a nice manpage.
2013-05-09Add a "binaries" target to the website Rakefile.Stephen Dolan
2013-05-08Merge remote-tracking branch 'stagrlee/master' into autotoolsStephen Dolan
Conflicts: Makefile jq_test.c
2013-05-06Add trailing slashes to various internal doc links.Stephen Dolan
Fixes #110
2013-03-24Add missing require to RakefileShay Elkin
Use bundle exec to make manpage Don't set executable bit on manpage
2013-02-04get man pages workingLee Thompson
2012-12-20Add a few lines to the bottom of the manpage.Stephen Dolan
2012-12-16Improve manpage introduction, add examples to manpage.Stephen Dolan
Closes #19
2012-12-16Lots of build system and docs improvements, including a manpage.Stephen Dolan
- Build binaries for multiple platforms - Make a manpage out of the manual (see #19) - Extract more tests from the documentation - Fix a few documentation bugs uncovered by above.
2012-12-10Fix Rack setup so that viewing documentation locally is less painful.Stephen Dolan
2012-09-19Add a rake task to compile docs into static html.Stephen Dolan
2012-09-18Documentation. Copious.Stephen Dolan