star-ty

Generate content for online publication
git clone git://git.meso-star.fr/star-ty.git
Log | Files | Refs | README | LICENSE

commit 68d0f04f01f1a46527ffcdc38d5021991af72df6
parent 2ff90f2344d1ade020fbaef85e412680623e4999
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Tue, 16 Sep 2025 21:58:14 +0200

Install the missing CSS file

Diffstat:
MMakefile | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -46,6 +46,7 @@ install: sty-genhead install 644 "$(DESTDIR)$(APPPREFIX)/star-ty" templates/Makefile; \ install 644 "$(DESTDIR)$(APPPREFIX)/star-ty" templates/config.mk; \ install 644 "$(DESTDIR)$(APPPREFIX)/star-ty" templates/footer.html; \ + install 644 "$(DESTDIR)$(APPPREFIX)/star-ty" templates/sty.css; \ install 644 "$(DESTDIR)$(PREFIX)/share/doc/star-ty" README.md; \ install 644 "$(DESTDIR)$(PREFIX)/share/doc/star-ty" COPYING @@ -58,6 +59,7 @@ uninstall: rm -f "$(DESTDIR)$(APPPREFIX)/star-ty/Makefile" rm -f "$(DESTDIR)$(APPPREFIX)/star-ty/config.mk" rm -f "$(DESTDIR)$(APPPREFIX)/star-ty/footer.html" + rm -f "$(DESTDIR)$(APPPREFIX)/star-ty/sty.css" rm -f "$(DESTDIR)$(PREFIX)/share/doc/star-ty/README.md" rm -f "$(DESTDIR)$(PREFIX)/share/doc/star-ty/COPYING"