diff --git a/ocaml/Makefile b/ocaml/Makefile index 53a750b6..07803368 100644 --- a/ocaml/Makefile +++ b/ocaml/Makefile @@ -18,7 +18,7 @@ MLIFILES=$(wildcard *.mli) ALL_TESTS=$(patsubst %.ml,%.byte,$(wildcard test_*.ml)) ALL_EXE=$(patsubst %.ml,%.native,$(wildcard qp_*.ml)) qp_edit.native -.PHONY: executables default +.PHONY: executables default remake_executables default: $(ALL_TESTS) $(ALL_EXE) .gitignore @@ -34,7 +34,7 @@ default: $(ALL_TESTS) $(ALL_EXE) .gitignore executables: $(QP_ROOT)/data/executables -$(QP_ROOT)/data/executables: +$(QP_ROOT)/data/executables: remake_executables $(QP_ROOT)/scripts/module/create_executables_list.sh external_libs: diff --git a/src/Ezfio_files/README.rst b/src/Ezfio_files/README.rst index 77b07e43..2b3fd735 100644 --- a/src/Ezfio_files/README.rst +++ b/src/Ezfio_files/README.rst @@ -86,31 +86,27 @@ Documentation Output file for MOGuess -`output_molden `_ - Output file for Molden - - -`output_nuclei `_ +`output_nuclei `_ Output file for Nuclei -`output_perturbation `_ +`output_perturbation `_ Output file for Perturbation -`output_properties `_ +`output_properties `_ Output file for Properties -`output_pseudo `_ +`output_pseudo `_ Output file for Pseudo -`output_selectors_full `_ +`output_selectors_full `_ Output file for Selectors_full -`output_utils `_ +`output_utils `_ Output file for Utils