aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2024-10-29 12:12:37 +0100
committerUlrich Müller <ulm@gentoo.org>2024-10-29 12:12:37 +0100
commit796e6b9c58c8310a1430b96b9504ffa379d5ca50 (patch)
tree57a7d97c256e1f4f840a5b4c186a2fd770d19b1f
parentxsl: Drop the xmlns=xhtml attribute from all stylesheet elements (diff)
downloaddevmanual-796e6b9c58c8310a1430b96b9504ffa379d5ca50.tar.gz
devmanual-796e6b9c58c8310a1430b96b9504ffa379d5ca50.tar.bz2
devmanual-796e6b9c58c8310a1430b96b9504ffa379d5ca50.zip
bin/gen-eclass-html.sh: Add local variables block for Emacs
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rwxr-xr-xbin/gen-eclass-html.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/gen-eclass-html.sh b/bin/gen-eclass-html.sh
index cdd5244..b17fbc5 100755
--- a/bin/gen-eclass-html.sh
+++ b/bin/gen-eclass-html.sh
@@ -208,3 +208,8 @@ cat << 'EOF' >> "${OUTPUTDIR}"/text.xml || exit 1
</chapter>
</guide>
EOF
+
+# Local Variables:
+# tab-width: 4
+# indent-tabs-mode: t
+# End: