flight_plans_path, flight_plan_dtd added

This commit is contained in:
Pascal Brisset
2006-07-29 09:40:37 +00:00
parent e6bc9037c2
commit 10f2930e5a
2 changed files with 10 additions and 0 deletions
+7
View File
@@ -24,6 +24,8 @@
*
*)
let (//) = Filename.concat
let paparazzi_src =
try
Sys.getenv "PAPARAZZI_SRC"
@@ -35,3 +37,8 @@ let paparazzi_home =
Sys.getenv "PAPARAZZI_HOME"
with
_ -> Filename.concat (Sys.getenv "HOME") "paparazzi"
let flight_plans_path = paparazzi_home // "conf" // "flight_plans"
let flight_plan_dtd = flight_plans_path // "flight_plan.dtd"
+3
View File
@@ -29,3 +29,6 @@ val paparazzi_home : string
val paparazzi_src : string
(** Installation's files directory *)
val flight_plans_path : string
val flight_plan_dtd : string