diff options
| author | Junio C Hamano <gitster@pobox.com> | 2023-04-21 15:35:04 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-04-21 15:35:04 -0700 |
| commit | 09a7b61c1d4eadd9e51510876eede658df0ca538 (patch) | |
| tree | 0cd7944805560d20b97c2dff1d6b161807304946 | |
| parent | The eleventh batch (diff) | |
| parent | doc: simplify man version (diff) | |
| download | git-09a7b61c1d4eadd9e51510876eede658df0ca538.tar.gz git-09a7b61c1d4eadd9e51510876eede658df0ca538.zip | |
Merge branch 'fc/doc-stop-using-manversion'
Doc build simplification.
* fc/doc-stop-using-manversion:
doc: simplify man version
| -rw-r--r-- | Documentation/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile index 5cd35df61c..3133ea3182 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -150,8 +150,7 @@ ASCIIDOC_HTML = xhtml11 ASCIIDOC_DOCBOOK = docbook ASCIIDOC_CONF = -f asciidoc.conf ASCIIDOC_COMMON = $(ASCIIDOC) $(ASCIIDOC_EXTRA) $(ASCIIDOC_CONF) \ - -amanversion=$(GIT_VERSION) \ - -amanmanual='Git Manual' -amansource='Git' + -amanmanual='Git Manual' -amansource='Git $(GIT_VERSION)' ASCIIDOC_DEPS = asciidoc.conf GIT-ASCIIDOCFLAGS TXT_TO_HTML = $(ASCIIDOC_COMMON) -b $(ASCIIDOC_HTML) TXT_TO_XML = $(ASCIIDOC_COMMON) -b $(ASCIIDOC_DOCBOOK) |
