From ca11219d65a65220fcf26e16be26c134c0100874 Mon Sep 17 00:00:00 2001 From: Arnaud Charlet Date: Tue, 25 Feb 2014 15:58:29 +0100 Subject: [multiple changes] 2014-02-25 Yannick Moy * sem_prag.adb (Analyze_Pragma/Pragma_Validity_Checks): Ignore pragma Validity_Checks in GNATprove and CodePeer modes. 2014-02-25 Pascal Obry * prj-attr.adb, projects.texi, snames.ads-tmpl: Add package Install's Artifacts attribute. From-SVN: r208130 --- gcc/ada/projects.texi | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'gcc/ada/projects.texi') diff --git a/gcc/ada/projects.texi b/gcc/ada/projects.texi index f3ef5ac..e23f9fa 100644 --- a/gcc/ada/projects.texi +++ b/gcc/ada/projects.texi @@ -1085,6 +1085,14 @@ The following attributes can be defined in package @code{Install}: Whether the project is to be installed, values are @code{true} (default) or @code{false}. +@item @b{Artifacts} +@cindex @code{Artifacts} + +An array attribute to declare a set of files not part of the sources +to be installed. The array discriminant is the directory where the +file is to be installed. If a relative directory then Prefix (see +below) is prepended. + @item @b{Prefix}: @cindex @code{Prefix} -- cgit v1.1