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>
subsite_xsl,
'@INPUT@',
'@OUTPUT@',
- 'internals' / html_in_file,
+ 'docs/internals' / html_in_file,
],
depends: [ aclperms_gen ],
depend_files: [ page_xsl ],
subsite_xsl,
'@INPUT@',
'@OUTPUT@',
- 'kbase' / rst_file,
+ 'docs/kbase' / rst_file,
],
depends: [ aclperms_gen ],
depend_files: [ page_xsl ],
subsite_xsl,
'@INPUT@',
'@OUTPUT@',
- 'manpages' / rst_in_file,
+ 'docs/manpages' / rst_in_file,
],
depends: [ aclperms_gen ],
depend_files: [ page_xsl ],