$(QUIET_GEN)$(call version_gen,"$(shell pwd)/..",$<,$@)
endif
+ifdef WITH_BREAKING_CHANGES
+ASCIIDOC_EXTRA += -awith-breaking-changes
+endif
+
ASCIIDOC_DEPS += docinfo.html
SHELL_PATH ?= $(SHELL)
working directory in multiple working directory setup (see
linkgit:git-worktree[1]).
+ifndef::with-breaking-changes[]
branches::
A deprecated way to store shorthands to be used
to specify a URL to 'git fetch', 'git pull' and 'git push'.
"$GIT_COMMON_DIR/branches" will be used instead.
+
Git will stop reading remotes from this directory in Git 3.0.
+endif::with-breaking-changes[]
hooks::
Hooks are customization scripts used by various Git
This file stores sparse checkout patterns.
See also: linkgit:git-read-tree[1].
+ifndef::with-breaking-changes[]
remotes::
Stores shorthands for URL and default refnames for use
when interacting with remote repositories via 'git fetch',
"$GIT_COMMON_DIR/remotes" will be used instead.
+
Git will stop reading remotes from this directory in Git 3.0.
+endif::with-breaking-changes[]
logs::
Records of changes made to refs are stored in this directory.
]
endif
+if get_option('breaking_changes')
+ asciidoc_common_options += ['--attribute', 'with-breaking-changes']
+endif
+
xmlto = find_program('xmlto', dirs: program_path)
cmd_lists = [