emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/geiser 172376d5ce: css: don't copy CSS over and over


From: ELPA Syncer
Subject: [nongnu] elpa/geiser 172376d5ce: css: don't copy CSS over and over
Date: Thu, 5 Oct 2023 01:00:46 -0400 (EDT)

branch: elpa/geiser
commit 172376d5cea32925d87f3f7b745c125038135e69
Author: jao <jao@gnu.org>
Commit: jao <jao@gnu.org>

    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 fa15a664de..a628b971c4 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 \



reply via email to

[Prev in Thread] Current Thread [Next in Thread]