FiloSottile / age

A simple, modern and secure encryption tool (and Go library) with small explicit keys, no config options, and UNIX-style composability.
https://age-encryption.org
BSD 3-Clause "New" or "Revised" License
15.95k stars 482 forks source link

doc: fix typo #273

Closed andreaswachowski closed 3 years ago

FiloSottile commented 3 years ago

Thank you! You can drop the roff and html changes, they are autogenerated files.

andreaswachowski commented 3 years ago

Ah, of course, I should have looked closer at the manpage-PR. Done. Thanks for the great tool and hard work on age!

alerque commented 3 years ago

You can drop the roff and html changes, they are autogenerated files.

Why are they tracked in Git if they are autogenerated? Shouldn't they just be part of the build process for where they are needed?

FiloSottile commented 3 years ago

You can drop the roff and html changes, they are autogenerated files.

Why are they tracked in Git if they are autogenerated? Shouldn't they just be part of the build process for where they are needed?

It's so that users don't need ronn (a whole ball of Ruby dependencies) to install the man pages, and so there is an HTML that can be previewed with off-the-shelf tools.

FiloSottile commented 3 years ago

Thank you @andreaswachowski! ✨