Skip to content

Commit

Permalink
Merge pull request #149 from jgonggrijp/update-man5
Browse files Browse the repository at this point in the history
Update manpages
  • Loading branch information
locks authored Oct 25, 2023
2 parents 217879e + 06aea77 commit 5a43134
Show file tree
Hide file tree
Showing 3 changed files with 316 additions and 40 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace :build do

desc "Update man pages"
task :man do
uri = URI("https://raw.github.com")
uri = URI("https://raw.githubusercontent.com")
Net::HTTP.start(uri.host, uri.port, :use_ssl => true) do |http|
[1, 5].each do |page|
resp = http.get("/mustache/mustache/master/man/mustache.#{page}.html")
Expand Down
6 changes: 3 additions & 3 deletions mustache.1.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5a43134

Please sign in to comment.