diff options
| author | Junio C Hamano <gitster@pobox.com> | 2023-04-17 18:05:12 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-04-17 18:05:12 -0700 |
| commit | c232ebacb21829e5001361280b8dec7c30c3a057 (patch) | |
| tree | 75426c2b51b921758f3c055c6d729de7349e7320 | |
| parent | 953823fcbf7da6eee4a3bd20690d2f1ff51365d5 (diff) | |
| parent | 8806120de6c242a7143cfb1701106c5f9f77cf90 (diff) | |
| download | git-c232ebacb21829e5001361280b8dec7c30c3a057.tar.gz | |
Merge branch 'fc/remove-header-workarounds-for-asciidoc'
Doc toolchain update to remove old workaround for AsciiDoc.
* fc/remove-header-workarounds-for-asciidoc:
doc: asciidoc: remove custom header macro
| -rw-r--r-- | Documentation/asciidoc.conf | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/Documentation/asciidoc.conf b/Documentation/asciidoc.conf index 3e4c13971b..60f76f43ed 100644 --- a/Documentation/asciidoc.conf +++ b/Documentation/asciidoc.conf @@ -51,25 +51,6 @@ ifdef::doctype-manpage[] endif::doctype-manpage[] endif::backend-docbook[] -ifdef::doctype-manpage[] -ifdef::backend-docbook[] -[header] -template::[header-declarations] -<refentry> -<refmeta> -<refentrytitle>{mantitle}</refentrytitle> -<manvolnum>{manvolnum}</manvolnum> -<refmiscinfo class="source">{mansource}</refmiscinfo> -<refmiscinfo class="version">{manversion}</refmiscinfo> -<refmiscinfo class="manual">{manmanual}</refmiscinfo> -</refmeta> -<refnamediv> - <refname>{manname}</refname> - <refpurpose>{manpurpose}</refpurpose> -</refnamediv> -endif::backend-docbook[] -endif::doctype-manpage[] - ifdef::backend-xhtml11[] [attributes] git-relative-html-prefix= |
