Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix some zziplib man pages #4350

Merged
merged 1 commit into from
Aug 3, 2018

Conversation

Mno-hime
Copy link
Contributor

@Mno-hime Mno-hime commented Aug 3, 2018

There two ways to generate zziplib man pages and both have their
distinct problems. Man page generation via xmlto gets correct man pages
(with a docbook-xsl fix) but some man pages are not being generated,
plus xmlto way is to be deprecated in the future anyway. The other
method is via dbk2man.py but it generates correct amount of man pages
but they are broken in the same way xmlto-generated man pages are
without the docbook-xsl fix (filed
gdraheim/zziplib#56).

So, disable xmlto and manually fix incorrect man pages via sed.

@AndWac Would be cool if you can test this.

There two ways to generate zziplib man pages and both have their
distinct problems. Man page generation via xmlto gets correct man pages
(with a docbook-xsl fix) but some man pages are not being generated,
plus xmlto way is to be deprecated in the future anyway. The other
method is via dbk2man.py but it generates correct amount of man pages
but they are broken in the same way xmlto-generated man pages are
without the docbook-xsl fix (filed
gdraheim/zziplib#56).

So, disable `xmlto` and manually fix incorrect man pages via `sed`.
@pyhalov pyhalov merged commit db987f7 into OpenIndiana:oi/hipster Aug 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants