mirror of
https://github.com/AdaCore/gpr.git
synced 2026-02-12 12:58:39 -08:00
Adjust the project files to properly install them in share/doc For eng/gpr/gpr-issues#548
10 lines
148 B
Ada
10 lines
148 B
Ada
--
|
|
-- Copyright (C) 2022, AdaCore
|
|
--
|
|
-- SPDX-License-Identifier: Apache-2.0
|
|
--
|
|
|
|
package Third is
|
|
Name : constant String := "Third";
|
|
end Third;
|