Skip to content

Asciidoctor fixes #93

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

Merged
merged 2 commits into from
Apr 15, 2015
Merged

Asciidoctor fixes #93

merged 2 commits into from
Apr 15, 2015

Conversation

nalla
Copy link

@nalla nalla commented Apr 15, 2015

This PR for issue #79 prepares the documentation do be built by asciidoctor.

The documentation can be built by the following call.

make doc ASCIIDOC=asciidoctor ASCIIDOC_HTML=html5 ASCIIDOC_DOCBOOK=docbook45 ASCIIDOC_EXTRA="'-alitdd=--'" ASCIIDOC_CONF='-I/mingw64/lib/asciidoctor-extensions -rman-inline-macro'

Note: use ASCIIDOC_CONF='-I/mingw32/lib/asciidoctor-extensions -rman-inline-macro' on 32bit.

You need to have the asciidoctor-extensions package installed.

nalla added 2 commits April 15, 2015 07:54
The `user-manual.txt` ist designed as a `book` but the `Makefile` wants to
build it as an `article`. This seems to be a problem when building the
documentation with `asciidoctor`. Furthermore the parts *Git Glossary*
and *Apendix B* had no subsections which is not allowed when building with
`asciidoctor`. So lets add a *dummy* section.

Signed-off-by: nalla <[email protected]>
When building the `doc` with `asciidoctor`, `asciidoctor` complains about
a nested code block in a callout list. This is a really dirty solution to
restore the callout list to function properly. There is a minimal visual
sideeffect; the *immitated* codeblock has no overall greyish background.
Instead the individual lines have it.

Note: When building this patch with `asciidoc` the background is totally
gone but the font is still monospaced.

Signed-off-by: nalla <[email protected]>
@dscho
Copy link
Member

dscho commented Apr 15, 2015

Awesome! I literally had started to look into the everyday issue (does not validate when run through xmlto), but I had the feeling that the build was indeed much faster.

dscho added a commit that referenced this pull request Apr 15, 2015
@dscho dscho merged commit 018d3a6 into git-for-windows:master Apr 15, 2015
@nalla
Copy link
Author

nalla commented Apr 15, 2015

224.04user 74.80system 6:23.05elapsed 78%CPU (0avgtext+0avgdata 4201146624maxresident)k 0inputs+0outputs (19396762major+0minor)pagefaults 0swaps
vs.
437.20user 114.42system 9:38.62elapsed 95%CPU (0avgtext+0avgdata 5004122880maxresident)k 0inputs+0outputs (21765932major+0minor)pagefaults 0swaps

@nalla nalla deleted the asciidoctor-fixes branch April 16, 2015 13:31
dscho added a commit that referenced this pull request Apr 23, 2015
Asciidoctor fixes

Signed-off-by: Johannes Schindelin <[email protected]>
dscho added a commit that referenced this pull request Apr 30, 2015
Asciidoctor fixes

Signed-off-by: Johannes Schindelin <[email protected]>
dscho added a commit that referenced this pull request May 1, 2015
Asciidoctor fixes

Signed-off-by: Johannes Schindelin <[email protected]>
dscho added a commit that referenced this pull request May 14, 2015
Asciidoctor fixes

Signed-off-by: Johannes Schindelin <[email protected]>
nalla pushed a commit that referenced this pull request May 27, 2015
Asciidoctor fixes

Signed-off-by: Johannes Schindelin <[email protected]>
dscho added a commit that referenced this pull request Jun 10, 2015
Asciidoctor fixes

Signed-off-by: Johannes Schindelin <[email protected]>
dscho added a commit that referenced this pull request Jun 17, 2015
Asciidoctor fixes

Signed-off-by: Johannes Schindelin <[email protected]>
dscho added a commit that referenced this pull request Jun 25, 2015
Asciidoctor fixes

Signed-off-by: Johannes Schindelin <[email protected]>
dscho added a commit that referenced this pull request Jul 18, 2015
Asciidoctor fixes

Signed-off-by: Johannes Schindelin <[email protected]>
dscho added a commit that referenced this pull request Jul 30, 2015
Asciidoctor fixes

Signed-off-by: Johannes Schindelin <[email protected]>
dscho added a commit that referenced this pull request Aug 31, 2015
Asciidoctor fixes

Signed-off-by: Johannes Schindelin <[email protected]>
dscho added a commit that referenced this pull request Sep 10, 2015
Asciidoctor fixes

Signed-off-by: Johannes Schindelin <[email protected]>
dscho added a commit that referenced this pull request Sep 18, 2015
Asciidoctor fixes

Signed-off-by: Johannes Schindelin <[email protected]>
dscho added a commit that referenced this pull request Sep 29, 2015
Asciidoctor fixes

Signed-off-by: Johannes Schindelin <[email protected]>
dscho added a commit that referenced this pull request Oct 5, 2015
Asciidoctor fixes

Signed-off-by: Johannes Schindelin <[email protected]>
dscho added a commit that referenced this pull request Oct 19, 2015
Asciidoctor fixes

Signed-off-by: Johannes Schindelin <[email protected]>
dscho added a commit that referenced this pull request Nov 9, 2015
Asciidoctor fixes

Signed-off-by: Johannes Schindelin <[email protected]>
dscho added a commit that referenced this pull request Dec 11, 2015
Asciidoctor fixes

Signed-off-by: Johannes Schindelin <[email protected]>
dscho added a commit that referenced this pull request Jan 5, 2016
Asciidoctor fixes

Signed-off-by: Johannes Schindelin <[email protected]>
dscho added a commit that referenced this pull request Jan 28, 2016
Asciidoctor fixes

Signed-off-by: Johannes Schindelin <[email protected]>
dscho added a commit that referenced this pull request Feb 6, 2016
Asciidoctor fixes

Signed-off-by: Johannes Schindelin <[email protected]>
dscho pushed a commit that referenced this pull request Nov 16, 2016
Asciidoctor fixes

Signed-off-by: Johannes Schindelin <[email protected]>
dscho pushed a commit that referenced this pull request Nov 17, 2016
Asciidoctor fixes

Signed-off-by: Johannes Schindelin <[email protected]>
dscho pushed a commit that referenced this pull request Nov 17, 2016
Asciidoctor fixes

Signed-off-by: Johannes Schindelin <[email protected]>
dscho pushed a commit that referenced this pull request Nov 18, 2016
Asciidoctor fixes

Signed-off-by: Johannes Schindelin <[email protected]>
dscho added a commit that referenced this pull request Nov 24, 2016
Asciidoctor fixes

Signed-off-by: Johannes Schindelin <[email protected]>
dscho pushed a commit that referenced this pull request Nov 29, 2016
Asciidoctor fixes

Signed-off-by: Johannes Schindelin <[email protected]>
dscho pushed a commit that referenced this pull request Nov 30, 2016
Asciidoctor fixes

Signed-off-by: Johannes Schindelin <[email protected]>
dscho added a commit that referenced this pull request Nov 30, 2016
Asciidoctor fixes

Signed-off-by: Johannes Schindelin <[email protected]>
dscho added a commit that referenced this pull request Dec 6, 2016
Asciidoctor fixes

Signed-off-by: Johannes Schindelin <[email protected]>
dscho added a commit that referenced this pull request Dec 12, 2016
Asciidoctor fixes

Signed-off-by: Johannes Schindelin <[email protected]>
dscho added a commit that referenced this pull request Jan 11, 2017
Asciidoctor fixes

Signed-off-by: Johannes Schindelin <[email protected]>
dscho added a commit that referenced this pull request Jan 18, 2017
Asciidoctor fixes

Signed-off-by: Johannes Schindelin <[email protected]>
git-for-windows-ci pushed a commit that referenced this pull request Jan 18, 2017
Asciidoctor fixes

Signed-off-by: Johannes Schindelin <[email protected]>
git-for-windows-ci pushed a commit that referenced this pull request Jan 18, 2017
Asciidoctor fixes

Signed-off-by: Johannes Schindelin <[email protected]>
dscho added a commit that referenced this pull request Jan 25, 2017
Asciidoctor fixes

Signed-off-by: Johannes Schindelin <[email protected]>
dscho added a commit that referenced this pull request Feb 1, 2017
Asciidoctor fixes

Signed-off-by: Johannes Schindelin <[email protected]>
git-for-windows-ci pushed a commit that referenced this pull request Feb 2, 2017
Asciidoctor fixes

Signed-off-by: Johannes Schindelin <[email protected]>
git-for-windows-ci pushed a commit that referenced this pull request Feb 2, 2017
Asciidoctor fixes

Signed-off-by: Johannes Schindelin <[email protected]>
dscho added a commit that referenced this pull request Feb 3, 2017
Asciidoctor fixes

Signed-off-by: Johannes Schindelin <[email protected]>
dscho added a commit that referenced this pull request Feb 21, 2017
Asciidoctor fixes

Signed-off-by: Johannes Schindelin <[email protected]>
git-for-windows-ci pushed a commit that referenced this pull request Aug 13, 2024
Import the clar unit testing framework at commit faa8419 (Merge pull
request #93 from clar-test/ethomson/fixtures, 2023-12-14). The framework
will be wired up in subsequent commits.

Signed-off-by: Patrick Steinhardt <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
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