[gparted] Allow GNOME 3 yelp to display the GParted Manual (!24)



commit 4ef3ef33122c9dc0c5ef2f70bc63371f23c33011
Author: Mike Fleetwood <mike fleetwood googlemail com>
Date:   Sun Feb 24 11:37:29 2019 +0000

    Allow GNOME 3 yelp to display the GParted Manual (!24)
    
    Now with GNOME 3 style help installed, running 'yelp help:gparted'
    results in this error being displayed in yelp:
        Page Not Found
        The requested page was not found in the document 'help:gparted'.
    
    Where as running 'yelp help:gparted/gparted' correctly displays the
    GParted Manual.
    
    Fix by renaming the article tag to the default 'index' that yelp is
    expecting when using the new GNOME 3 'help:' prefix.
    
    Closes !24 - Port to GNOME 3 yelp-tools documentation infrastructure

 help/C/index.docbook | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/help/C/index.docbook b/help/C/index.docbook
index baf305e5..fe13bce0 100644
--- a/help/C/index.docbook
+++ b/help/C/index.docbook
@@ -27,7 +27,7 @@
 
 <!-- ============= Document Header =================================== -->
 <?db.chunk.max_depth 4?>
-<article id="gparted" lang="en">
+<article id="index" lang="en">
 <!-- Please do not change the id. -->
 <!-- For translations, change lang to appropriate code -->
   <articleinfo>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]