1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Description: Remove artifacts from templates_parser.gpr
Gprinstall is not configurable enough to deal with separate -arch and
-indep builds.
Forwarded: not-needed
Author: Nicolas Boulenguez <nicolas@debian.org>
--- a/templates_parser.gpr
+++ b/templates_parser.gpr
@@ -85,9 +85,6 @@
package Ide renames TP_Shared.Ide;
package Install is
- for Artifacts ("share/doc/templates_parser") use ("docs/build/html");
- for Artifacts ("share/doc/templates_parser/pdf")
- use ("docs/build/latex/*.pdf");
end Install;
end Templates_Parser;
|