From 5b73d4289aa8b7636309ff871af3bfd080261faa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Henry?= Date: Thu, 18 Jun 2015 14:12:54 +0200 Subject: [PATCH] Typo --- .gitignore | 3 ++- doc/modules | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0b602d48ee3..5cf98aa31c1 100644 --- a/.gitignore +++ b/.gitignore @@ -32,6 +32,7 @@ ocp-build.root.old.old *.cmti *.cma *.cmxa +*.cmxs *.a *.o META @@ -40,7 +41,7 @@ Makefile.config config.log config.status src/client/opamGitVersion.ml -src/client/opamScript.ml +src/state/opamScript.ml src/core/opamVersion.ml src/format/opamLexer.ml src/format/opamLineLexer.ml diff --git a/doc/modules b/doc/modules index e8081ecb095..752ea6660fa 100644 --- a/doc/modules +++ b/doc/modules @@ -63,13 +63,13 @@ src │   ├── opamStateConfig.ml Configuration options for this lib (record, global reference, setter, initialisation) │   ├── opamPath.ml Defines the file hierarchy in ~/.opam │   ├── opamOCaml.ml OCaml installation version and specifics detection +│   ├── opamScript.ml (generated) Shell config scripts as OCaml strings │   ├── opamState.ml Functions handling a global state corresponding to the on-disk ~/.opam, plus (too) many auxiliary and manipulation functions │   ├── opamSolution.ml Interface with the solver, processing of full solutions through actions │   └── opamAction.ml Handles concrete actions on packages, like installations and removals │ ├── client Everything related to the OPAM state, installation and front-end │   │   [ opam-client lib ] -│   ├── opamScript.ml (generated) Shell config scripts as OCaml strings │   ├── opamClientConfig.ml Configuration options for this lib (record, global reference, setter, initialisation) │   ├── opamConfigCommand.ml Functions for the "opam config" subcommand │   ├── opamPinCommand.ml Functions for the "opam pin" subcommand