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

Re: [PATCH v2 3/4] config: remove unused paths from config/Paths.mk.in


  • To: Juergen Gross <jgross@xxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxx
  • From: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
  • Date: Fri, 14 Nov 2025 11:47:01 +0000
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=citrix.com; dmarc=pass action=none header.from=citrix.com; dkim=pass header.d=citrix.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=//3Cw1zm8tiFh7nO01MCCvux3kJmKaMDO96UPonjgww=; b=g0slRliZehcoDpT79REe/I6dwA2Vbo7hWFChRvCmd3s+LVIgi89xsg4McNaKdDxRQFvDrugkf4nUWSqd4AvrySF7x3zgh9Bv416lmI5DA+Yc+VrIuYz5FqczUWH8WEn/W6Zv7SZVrm2j0ZQdocvPMlp7XDasv+KCbxUy+t5myez6ebRoJLyzAOarfvozwyt9JvW7TqofwaQmgCpt3f8gjqWgFWHGm2d0YZVNGtnN+3wsh38b+8iZkg1Osa1/PCNLAB5t68U3yDnlaJ3UVkMHHAKj9k6xmWUYz+OQfKcWMvwen/J2GdQHDjQGaqWw6D61eFdvayrb5CtX6UHjSq8hOg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=Y0ebIRlId0d0qk20ttNsGgiKU6TYVy/oU8Im2JygfMxlKexURigWSkTBkbNbH+a/qQT0APEL3epi8J+wrPUICi6/TpED51iGHjw2tvrqWzuRkFvi/7fInMjGD8oppb6SNPuC8/QnnT8lVZCCspsDq8hxPMBi1WRESZdVZrIRIyxwCIxf1WK+RreHXtBdMIOv4zezzi99Mu4fQMV/Krh+zU7W2YL6sVyVRSwuVmYcrjrcxcLzUrKZg81/bp9Ycs2Y1zOqq3lRCu6PI5iQuC8DDlPC09KV8S2YsJo1mqbFIuoUCyZs635QgRVTfKDuXHlW5llyU//Zpj2eLrEmiE0aJA==
  • Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=citrix.com;
  • Cc: Anthony PERARD <anthony.perard@xxxxxxxxxx>
  • Delivery-date: Fri, 14 Nov 2025 11:47:16 +0000
  • List-id: Xen developer discussion <xen-devel.lists.xenproject.org>

On 14/11/2025 11:32 am, Juergen Gross wrote:
> Some paths in config/Paths.mk.in are used nowhere, so remove them.
>
> Signed-off-by: Juergen Gross <jgross@xxxxxxxx>
> ---
>  config/Paths.mk.in | 5 -----
>  1 file changed, 5 deletions(-)
>
> diff --git a/config/Paths.mk.in b/config/Paths.mk.in
> index bc42748b7a..668545be2f 100644
> --- a/config/Paths.mk.in
> +++ b/config/Paths.mk.in
> @@ -20,10 +20,7 @@ libexecdir               := @libexecdir@
>  datarootdir              := @datarootdir@
>  mandir                   := @mandir@
>  docdir                   := @docdir@
> -dvidir                   := @dvidir@
>  htmldir                  := @htmldir@
> -pdfdir                   := @pdfdir@
> -psdir                    := @psdir@

The point I apparently didn't make very well was this:

We generate both HTML and PDFs, yet use neither of htmldir nor pdfdir. 
Whatever is done to one should be done to the other.

Leave just docdir, and let whomever tidies up the mess in docs/ adjust
the paths as necessary.

~Andrew



 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.