From 172376d5cea32925d87f3f7b745c125038135e69 Mon Sep 17 00:00:00 2001 From: jao Date: Thu, 5 Oct 2023 03:17:01 +0100 Subject: css: don't copy CSS over and over --- doc/makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/makefile b/doc/makefile index fa15a66..a628b97 100644 --- a/doc/makefile +++ b/doc/makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2010, 2020, 2021, 2022 Jose Antonio Ortega Ruiz +# Copyright (C) 2010, 2020, 2021, 2022, 2023 Jose Antonio Ortega Ruiz # # This file is free software; as a special exception the author gives # unlimited permission to copy and/or distribute it, with or without @@ -18,9 +18,9 @@ clean: web: rm -f $(output_dir)/*.html - makeinfo --output=$(output_dir) \ + texi2any --output=$(output_dir) \ --html \ - --css-include=$(CURDIR)/geiser.css \ + --css-ref=geiser.css \ --no-headers \ --no-number-sections \ --no-node-files \ -- cgit v1.2.3