Skip to content

Commit 3aff7e2

Browse files
committed
Revert "convertFile: skip uuid.3ossp which crashes mandoc"
This reverts commit 1da4582. related to #186
1 parent 2fc5006 commit 3aff7e2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

cmd/debiman/rendermanpage.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -157,11 +157,6 @@ func convertFile(converter *convert.Process, src string, resolve func(ref string
157157
return "", nil, err
158158
}
159159
defer r.Close()
160-
if strings.HasSuffix(src, "libossp-uuid-dev/uuid.3ossp.en.gz") {
161-
// https://github.com/Debian/debiman/issues/186
162-
bugMessage := "BUG: temporarily unavailable: https://github.com/Debian/debiman/issues/186"
163-
return bugMessage, nil, nil
164-
}
165160
out, toc, err := converter.ToHTML(r, resolve)
166161
if err != nil {
167162
return "", nil, fmt.Errorf("convert(%q): %v", src, err)

0 commit comments

Comments
 (0)