Skip to content

Commit

Permalink
Doc task: land man page into man/
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle committed Aug 5, 2024
1 parent e0e1b4b commit 016892a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rakelib/doc.rake
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class Doc
end

def export_to_man_and_txt
path = export_path("lib/gemstash/man", to_extension(""))
path = export_path("man", to_extension(""))
export "man", path
system "groff -Wall -mtty-char -mandoc -Tascii #{path} | col -b > #{path}.txt"
end
Expand Down

0 comments on commit 016892a

Please sign in to comment.