Skip to content

Conversation

@blairconrad
Copy link
Contributor

@blairconrad blairconrad commented Apr 18, 2025

Closes #171.

@blairconrad
Copy link
Contributor Author

I considered updating /README.md, but didn't see a good hook. We're still missing the docs if user runs git absorb --html, but the error message tells the user where they could put the .html if they wanted. Only it's inside the git install.

If you think there's benefit, I can update README with notes to this effect, again directing user to the builds or sandbox to get the .html.

$(if $(shell command -v a2x),,$(error "No a2x in PATH; install asciidoc."))

$(info Building HTML docs. This may take a few moments...)
asciidoc -d manpage -b xhtml11 git-absorb.adoc
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

a2x left the CSS as an external file. I couldn't find an easy way to embed, so I tried asciidoc directly

@tummychow tummychow merged commit 8cc2449 into tummychow:master Apr 18, 2025
6 checks passed
@blairconrad blairconrad deleted the html-docs branch April 20, 2025 12:30
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.

Windows install is missing documentation

2 participants