summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-02-01 17:55:41 +0000
committerjao <jao@gnu.org>2022-02-01 17:55:41 +0000
commit0aa5852b392f2284877f50fe24fc0490f0d14ccf (patch)
treeaa22afafa671d4a399f7b7087b3a64f9b0fab429
parentd2e4026d9de80ab6f23dd126810f96fb06a9cbbe (diff)
downloadgeiser-0aa5852b392f2284877f50fe24fc0490f0d14ccf.tar.gz
geiser-0aa5852b392f2284877f50fe24fc0490f0d14ccf.tar.bz2
doc/makefile: restore indentation
-rw-r--r--doc/makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/makefile b/doc/makefile
index 6f48746..6f2a779 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}