summaryrefslogtreecommitdiff
path: root/gtkdoc-rebase.in
diff options
context:
space:
mode:
authorStefan Sauer <ensonic@users.sf.net>2015-07-10 14:03:42 +0200
committerStefan Sauer <ensonic@users.sf.net>2015-07-10 15:26:20 +0200
commitb51843d7f0bf8f3661c2d6aba924d2a76f963b2a (patch)
tree6bdd2a7537f8491725a360c3e9dd2a137700b823 /gtkdoc-rebase.in
parent73c5323023b46a3e2e88690ea49b49e1f98705c8 (diff)
downloadgtk-doc-b51843d7f0bf8f3661c2d6aba924d2a76f963b2a.tar.gz
fixxref,rebase: print full path for compressed index files
Diffstat (limited to 'gtkdoc-rebase.in')
-rw-r--r--gtkdoc-rebase.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtkdoc-rebase.in b/gtkdoc-rebase.in
index abade25..375482d 100644
--- a/gtkdoc-rebase.in
+++ b/gtkdoc-rebase.in
@@ -183,14 +183,14 @@ sub ScanDirectory {
# debian/ubuntu started to compress this as index.sgml.gz :/
print <<EOF;
Please fix https://bugs.launchpad.net/ubuntu/+source/gtk-doc/+bug/77138 . For now run:
-gunzip $file
+gunzip $dir/$file
EOF
}
elsif ($file =~ m/\.devhelp2.gz$/) {
# debian/ubuntu started to compress this as *devhelp2.gz :/
print <<EOF;
Please fix https://bugs.launchpad.net/ubuntu/+source/gtk-doc/+bug/1466210 . For now run:
-gunzip $file
+gunzip $dir/$file
EOF
}
# we could consider supporting: use IO::Zlib;