mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-20 06:50:22 +03:00
docs: build: Fix links to 'edit this page' for kbase/manpages/internals
Commit 862cf2ace4f04dadc175caacc74448e96c625ccb modified the generator to base edit links in the root of the repository but forgot to add the 'docs/' prefix to the code generating kbase articles, manpages and the internals documentation. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
parent
3d07176ffa
commit
bb11ca5199
@ -24,7 +24,7 @@ foreach name : internals_in_files
|
||||
subsite_xsl,
|
||||
'@INPUT@',
|
||||
'@OUTPUT@',
|
||||
'internals' / html_in_file,
|
||||
'docs/internals' / html_in_file,
|
||||
],
|
||||
depends: [ aclperms_gen ],
|
||||
depend_files: [ page_xsl ],
|
||||
|
@ -37,7 +37,7 @@ foreach name : docs_kbase_files
|
||||
subsite_xsl,
|
||||
'@INPUT@',
|
||||
'@OUTPUT@',
|
||||
'kbase' / rst_file,
|
||||
'docs/kbase' / rst_file,
|
||||
],
|
||||
depends: [ aclperms_gen ],
|
||||
depend_files: [ page_xsl ],
|
||||
|
@ -118,7 +118,7 @@ foreach data : docs_man_files
|
||||
subsite_xsl,
|
||||
'@INPUT@',
|
||||
'@OUTPUT@',
|
||||
'manpages' / rst_in_file,
|
||||
'docs/manpages' / rst_in_file,
|
||||
],
|
||||
depends: [ aclperms_gen ],
|
||||
depend_files: [ page_xsl ],
|
||||
|
Loading…
x
Reference in New Issue
Block a user