From: a1346054 <36859588+a1346054@users.noreply.github.com> Date: Fri, 22 Oct 2021 18:02:51 +0000 (+0000) Subject: Add missing final newline X-Git-Tag: v1.7~33 X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=commitdiff_plain;h=b360a159c4c369d79cfcdfece83c4a038d872a70 Add missing final newline --- diff --git a/doc/docbook2html.sh b/doc/docbook2html.sh index 089da7c4..6be7acf0 100755 --- a/doc/docbook2html.sh +++ b/doc/docbook2html.sh @@ -4,4 +4,4 @@ mkdir html #xsltproc --xinclude -o index.html /usr/share/xml/docbook/stylesheet/nwalsh/current/html/docbook.xsl docbook/GuideIndex.xml # this requires gnome-doc-utils package -xsltproc --xinclude -o html/GuideIndex.html /usr/share/xml/gnome/xslt/docbook/html/db2html.xsl docbook/GuideIndex.xml \ No newline at end of file +xsltproc --xinclude -o html/GuideIndex.html /usr/share/xml/gnome/xslt/docbook/html/db2html.xsl docbook/GuideIndex.xml