From 388fd1974f85d7d9c6e270458d0ffde4c3ba15d3 Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Wed, 26 May 2021 10:01:33 +0200 Subject: [PATCH 1/2] Update README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 278140b..1fa2d3c 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,9 @@ in org-mode files and produce the source code and the documentation from these f ## For maintainers ``` -autoreconf -QMCKL_DEVEL=1 ./configure --enable-debug +./autogen.sh +QMCKL_DEVEL=1 ./configure --prefix=$PWD/_install --enable-silent-rules --enable-maintainer-mode + make make check ``` From 80c218f0aaba6065975d18416d8d435c58e09bae Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Wed, 26 May 2021 10:02:23 +0200 Subject: [PATCH 2/2] Typo --- org/qmckl_electron.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org/qmckl_electron.org b/org/qmckl_electron.org index 67474b0..fc74aa9 100644 --- a/org/qmckl_electron.org +++ b/org/qmckl_electron.org @@ -1152,7 +1152,7 @@ assert(fabs(en_distance[1][0][1] - 3.1804527583077356) < 1.e-12); } #+end_src -**✸ Compute file names +*** Compute file names #+begin_src emacs-lisp ; The following is required to compute the file names