Page MenuHomeSolus

Initial commit of go-md2man
ClosedPublic

Authored by der_eismann on Aug 24 2018, 8:24 PM.
Tags
None
Referenced Files
F11037550: D3681.id9156.diff
Wed, Aug 9, 8:54 PM
F11037549: D3681.id9135.diff
Wed, Aug 9, 8:54 PM
F11037548: D3681.id9166.diff
Wed, Aug 9, 8:53 PM
F11037547: D3681.id.diff
Wed, Aug 9, 8:53 PM
F11027284: D3681.diff
Wed, Aug 9, 3:51 AM
F11007594: D3681.diff
Tue, Aug 1, 9:04 PM
F10869122: D3681.diff
Jun 18 2023, 2:32 AM
F10794229: D3681.diff
May 27 2023, 3:05 PM
Subscribers

Details

Summary

Initial commit of go-md2man. Needed to fix T1807.

Test Plan

Successfully built manpages for Docker.

Diff Detail

Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

JoshStrobl added a subscriber: JoshStrobl.
JoshStrobl added inline comments.
package.yml
23–24

This should just be install -Dm00755 bin/go-md2man $installdir/usr/bin/go-md2man

25–26

This should just be: install -Dm00644 go-md2man.1 $installdir/usr/share/man/man1/go-md2man.1

This revision now requires changes to proceed.Aug 25 2018, 11:32 AM
This revision is now accepted and ready to land.Aug 25 2018, 6:05 PM
This revision was automatically updated to reflect the committed changes.