mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2025-01-03 10:06:09 +01:00
Fix error on MacOS
This commit is contained in:
parent
b7a0f608c8
commit
20a5ec4cc3
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user