Patrick Williams | 705982a | 2024-01-12 09:51:57 -0600 | [diff] [blame] | 1 | From 72dfeec0e49478b0bfb471c4155044391bad8e6c Mon Sep 17 00:00:00 2001 |
| 2 | From: Ross Burton <ross.burton@arm.com> |
| 3 | Date: Fri, 8 Dec 2023 10:35:25 +0000 |
| 4 | Subject: [PATCH] Don't use docdir from environment |
| 5 | |
| 6 | Upstream-Status: Submitted [https://gitlab.gnome.org/GNOME/gtk-doc/-/merge_requests/73] |
| 7 | Signed-off-by: Ross Burton <ross.burton@arm.com> |
| 8 | --- |
| 9 | buildsystems/autotools/gtkdocize.in | 2 +- |
| 10 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 11 | |
| 12 | diff --git a/buildsystems/autotools/gtkdocize.in b/buildsystems/autotools/gtkdocize.in |
| 13 | index 83127bf..76dcbfd 100755 |
| 14 | --- a/buildsystems/autotools/gtkdocize.in |
| 15 | +++ b/buildsystems/autotools/gtkdocize.in |
| 16 | @@ -39,7 +39,7 @@ set - $args |
| 17 | |
| 18 | # assume working directory if srcdir is not set |
| 19 | test "$srcdir" || srcdir=. |
| 20 | -test "$docdir" || docdir="$srcdir" |
| 21 | +docdir="$srcdir" |
| 22 | |
| 23 | # detect configure script |
| 24 | no_configure_found=0 |