1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-08-24 22:21:46 +02:00

Small fix in Makefile

This commit is contained in:
Anthony Scemama 2022-02-18 01:54:41 +01:00
parent 73399e24ec
commit 78a05b15f8

View File

@ -93,10 +93,6 @@ text: $(htmlize_el) $(dist_text_DATA)
doc: html text
$(htmldir_loc)/qmckl.css: $(htmlize_el)
$(MKDIR_P) $(htmldir_loc) $(textdir_loc)
cp -f $(top_srcdir)/$(htmldir_loc)/qmckl.css $(builddir)/$(htmldir_loc)/qmckl.css
if QMCKL_DEVEL
if VFC_CI