script/update-docs.rb(l10n): add support for .adoc files#1976
Merged
dscho merged 1 commit intogit:gh-pagesfrom Mar 12, 2025
Merged
script/update-docs.rb(l10n): add support for .adoc files#1976dscho merged 1 commit intogit:gh-pagesfrom
script/update-docs.rb(l10n): add support for .adoc files#1976dscho merged 1 commit intogit:gh-pagesfrom
Conversation
Since 2.49.0 the documentation files are named with the .adoc extension. The `git-manpages-l10n` project followed suite and soon the `git-html-l10n` tip commit (which contains the output of `git-manpages-l10n` but is only updated in conjunction with Git releases) will no longer have any `.txt` files, either. Adapt the script to support that. This recapitulates the changes made in a74b38c (script/update-docs: add support for .adoc files, 2025-03-12) in the code that handles the translated manual pages. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
jnavila
approved these changes
Mar 12, 2025
Contributor
jnavila
left a comment
There was a problem hiding this comment.
It seems to work in my copy too.
Collaborator
|
@dscho Nice work! Thank you for moving quickly. |
Member
Author
|
@To1ne oh, I can echo the gratitude: if it hadn't been for your excellent work, which I basically near-emulated hunk by hunk, I wouldn't have even considered embarking on this PR. |
Collaborator
/me high fives @dscho |
Contributor
|
Thank you both for taking care of this sh*t... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
scripts/update-docs.rbin preparation for https://github.com/jnavila/git-html-l10n making the jump from.txtto.adocContext
Since 2.49.0 the documentation files are named with the .adoc extension. The
git-manpages-l10nproject followed suite and soon thegit-html-l10ntip commit (which contains the output ofgit-manpages-l10nbut is only updated in conjunction with Git releases) will no longer have any.txtfiles, either. Adapt the script to support that.This recapitulates the changes made in #1973 also in the code that handles the translated manual pages.
/cc @jnavila @To1ne