commit ccd7dcc0248eae0abeabfb0a4adc2608db5295d1
parent 77b19dd857b9f8cffdd0c5b71eb1d27fd5b658f8
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Mon, 29 Sep 2025 21:53:16 +0200
Correct the name of the CSS file to be installed
Its name has been changed, but the installation target has not been
updated accordingly.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -43,7 +43,7 @@ clean__:
install__: $(HTML) $(SIG)
@rsync -avzrR --delete-after --progress \
--chmod=Dg+s,g+w,Fg+w --chown=:$(GROUP) --omit-dir-times \
- meso.css $(HTML) $$(sty-list subdir) $(RESOURCES) \
+ sty.css $(HTML) $$(sty-list subdir) $(RESOURCES) \
$(PREFIX)
################################################################################