]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: build: Fix links to 'edit this page' for kbase/manpages/internals
authorPeter Krempa <pkrempa@redhat.com>
Mon, 17 Aug 2020 10:06:13 +0000 (12:06 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 18 Aug 2020 13:38:49 +0000 (15:38 +0200)
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>
docs/internals/meson.build
docs/kbase/meson.build
docs/manpages/meson.build

index 169cc5d5f067de076b4ddfd6ea161ae46e34ede2..5d008dec5bcf758b53d8836945ff6b9601b2eeb5 100644 (file)
@@ -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 ],
index d7f254e163bdb97bdc6dbdfe4aadc156da23149a..e836a8a022beab80f263b48c35eb6c3b6cb1db8f 100644 (file)
@@ -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 ],
index 8295e9e5ea119483705bc683159b63d3478466ec..3888bb8efef9749a01d0e358d13dd313dfb7e4f5 100644 (file)
@@ -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 ],