1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-07-18 17:03:43 +02:00

Fix error on MacOS

This commit is contained in:
Anthony Scemama 2021-05-13 00:02:13 +02:00
parent b7a0f608c8
commit 20a5ec4cc3

View File

@ -93,7 +93,8 @@ $(src_qmckl_f): $(srcdir)/$(qmckl_f)
share/doc/qmckl/html/index.html: share/doc/qmckl/html/README.html
$(ln_s_verbose)cd share/doc/qmckl/html/ && \
$(LN_S) --force README.html index.html
rm -rf index.html && \
$(LN_S) README.html index.html
html: $(dist_html_DATA)