ada-mode-users
[Top][All Lists]
Advanced

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

Patch for being able to call gprinstall


From: Manuel Gómez
Subject: Patch for being able to call gprinstall
Date: Sun, 17 Mar 2024 23:24:50 +0100
User-agent: Mozilla Thunderbird

I don't know if there is a better way to send a patch to the project, but I haven't seen any feature similar to a pull request in Savannah, so I send here my patch.

This is for being able to call gprinstall with the project file or `alr install` on the crate.

--- emacs_ada_mode.gpr~    2024-03-16 22:19:07.543718953 +0100
+++ emacs_ada_mode.gpr    2024-03-16 23:13:07.336257240 +0100
@@ -49,7 +49,7 @@

    package Install is
       for Required_Artifacts ("bin") use
-        ("ada_annex_p_lr1_parse_table.txt");
+        ("bin/ada_annex_p_lr1_re2c_parse_table.txt");
    end Install;

 end Emacs_Ada_Mode;






reply via email to

[Prev in Thread] Current Thread [Next in Thread]