[libadwaita/wip/exalm/pages] doc: Drop the cross-reference hack




commit 7fbcf684ce9c451b8158760a6e47c4444b06a590
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Fri May 7 16:06:37 2021 +0500

    doc: Drop the cross-reference hack
    
    It's not needed for gi-docgen.
    
    See https://gitlab.gnome.org/GNOME/libadwaita/-/merge_requests/104

 doc.sh | 9 ---------
 1 file changed, 9 deletions(-)
---
diff --git a/doc.sh b/doc.sh
index dde2df24..33e1baaf 100755
--- a/doc.sh
+++ b/doc.sh
@@ -24,12 +24,3 @@ for REF in $REFS; do
 done
 
 # cp -r $DOC_DIR/$LATEST_STABLE_1 $DOC_DIR/1-latest
-
-find $DOC_DIR -type f -print0 | xargs -0 sed -i 's|\.\./gdk4/|https://developer.gnome.org/gdk4/stable/|g'
-find $DOC_DIR -type f -print0 | xargs -0 sed -i 's|\.\./gsk4/|https://developer.gnome.org/gsk4/stable/|g'
-find $DOC_DIR -type f -print0 | xargs -0 sed -i 
's|\.\./gdk-pixbuf/|https://developer.gnome.org/gdk-pixbuf/stable/|g'
-find $DOC_DIR -type f -print0 | xargs -0 sed -i 's|\.\./gio/|https://developer.gnome.org/gio/stable/|g'
-find $DOC_DIR -type f -print0 | xargs -0 sed -i 's|\.\./glib/|https://developer.gnome.org/glib/stable/|g'
-find $DOC_DIR -type f -print0 | xargs -0 sed -i 
's|\.\./gobject/|https://developer.gnome.org/gobject/stable/|g'
-find $DOC_DIR -type f -print0 | xargs -0 sed -i 's|\.\./gtk4/|https://developer.gnome.org/gtk4/stable/|g'
-find $DOC_DIR -type f -print0 | xargs -0 sed -i 's|\.\./pango/|https://developer.gnome.org/pango/stable/|g'


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