mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2025-01-03 18:16:28 +01:00
Went through configure. Everything looks OK. Fixed a few typos. #13
This commit is contained in:
parent
afed24ff40
commit
e461622868
@ -1,6 +1,6 @@
|
|||||||
#+TITLE: QMCkl configuration
|
#+TITLE: QMCkl configuration
|
||||||
|
|
||||||
This files contains al the information to generate the files required
|
This files contains all the information to generate the files required
|
||||||
by Autotools to build the =configure= script for the library.
|
by Autotools to build the =configure= script for the library.
|
||||||
|
|
||||||
* Scripts analyzing source code
|
* Scripts analyzing source code
|
||||||
@ -44,7 +44,6 @@ git log --oneline | head -1
|
|||||||
|
|
||||||
#+NAME: headers
|
#+NAME: headers
|
||||||
#+BEGIN_SRC sh :tangle no
|
#+BEGIN_SRC sh :tangle no
|
||||||
#grep --regexp="\#include\\s+<.*>" --no-filename src/*.org \
|
|
||||||
grep --regexp="\#include\\s*<.*>" --no-filename src/*.org \
|
grep --regexp="\#include\\s*<.*>" --no-filename src/*.org \
|
||||||
| sort \
|
| sort \
|
||||||
| uniq \
|
| uniq \
|
||||||
|
Loading…
Reference in New Issue
Block a user