diff options
author | Junio C Hamano <gitster@pobox.com> | 2023-04-14 10:33:32 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2023-04-14 10:33:32 -0700 |
commit | df113b5560953c4327a69a08e3678988fd9920c4 (patch) | |
tree | 81b84ae1aa0649d82250613d351b7a196ad60423 /Documentation/Makefile | |
parent | 276699360de022f6244f6a430304deb21379c0c5 (diff) | |
parent | 9a09ed322908b1a022a2948802f1ad4588223320 (diff) | |
download | git-df113b5560953c4327a69a08e3678988fd9920c4.tar.gz |
Merge branch 'fc/doc-stop-using-manversion' into fc/doc-use-datestamp-in-commit
* fc/doc-stop-using-manversion:
doc: simplify man version
Diffstat (limited to 'Documentation/Makefile')
-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) |