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

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

[nongnu] elpa/geiser 0aa5852b39 2/2: doc/makefile: restore indentation


From: ELPA Syncer
Subject: [nongnu] elpa/geiser 0aa5852b39 2/2: doc/makefile: restore indentation
Date: Tue, 1 Feb 2022 13:02:33 -0500 (EST)

branch: elpa/geiser
commit 0aa5852b392f2284877f50fe24fc0490f0d14ccf
Author: jao <jao@gnu.org>
Commit: jao <jao@gnu.org>

    doc/makefile: restore indentation
---
 doc/makefile | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/doc/makefile b/doc/makefile
index 6f4874674d..6f2a77960e 100644
--- a/doc/makefile
+++ b/doc/makefile
@@ -1,4 +1,4 @@
-# Copyright (C) 2010, 2020, 2021 Jose Antonio Ortega Ruiz
+# Copyright (C) 2010, 2020, 2021, 2022 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
@@ -19,12 +19,12 @@ clean:
 web:
        rm -f $(output_dir)/*.html
        texi2html --output=$(output_dir) \
-                                 --split=chapter \
-                                 --noheader \
-                                 --nonumber-section \
-                                 --init-file=$(top_srcdir)/doc/site.conf \
-                                 --top-file=index.html \
-                                 $(top_srcdir)/doc/web.texi
+                  --split=chapter \
+                  --noheader \
+                  --nonumber-section \
+                  --init-file=$(top_srcdir)/doc/site.conf \
+                  --top-file=index.html \
+                  $(top_srcdir)/doc/web.texi
        cp $(top_srcdir)/doc/geiser.css ${output_dir}
        cp -r $(top_srcdir)/doc/img ${output_dir}
 



reply via email to

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