mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-24 21:40:05 +01:00
doc/api: drop git-version.dox
No longer needed Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
97320328e6
commit
37e21cee9c
2 changed files with 2 additions and 9 deletions
|
|
@ -1 +0,0 @@
|
|||
<a href="https://gitlab.freedesktop.org/libinput/libinput/commit/__GIT_VERSION__">__GIT_VERSION__</a>
|
||||
|
|
@ -29,12 +29,6 @@ if dot_version.version_compare('< 2.26')
|
|||
error('Graphviz dot needs to be at least version 2.26 (have @0@)'.format(dot_version))
|
||||
endif
|
||||
|
||||
doc_git_version = vcs_tag(command : ['git', 'log', '-1', '--format=%h'],
|
||||
fallback : 'ERROR - unable to fetch git version',
|
||||
input : 'git-version.dox',
|
||||
output : 'git-version.dox',
|
||||
replace_string: '__GIT_VERSION__')
|
||||
|
||||
mainpage = vcs_tag(command : ['git', 'log', '-1', '--format=%h'],
|
||||
fallback : 'unknown',
|
||||
input : 'mainpage.dox',
|
||||
|
|
@ -69,9 +63,9 @@ doxyfile = configure_file(input : 'libinput.doxygen.in',
|
|||
install : false)
|
||||
|
||||
custom_target('doxygen',
|
||||
input : [ doxyfile, mainpage, doc_git_version] + src_doxygen,
|
||||
input : [ doxyfile, mainpage ] + src_doxygen,
|
||||
output : [ '.' ],
|
||||
command : [ doxygen, doxyfile ],
|
||||
install : false,
|
||||
depends: [doxyfiles, mainpage, doc_git_version],
|
||||
depends: [doxyfiles, mainpage ],
|
||||
build_by_default : true)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue