diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2022-01-08 11:51:39 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2022-01-08 11:51:39 +0100 |
commit | 2959e59fab3bab834368adefd90bd4b1b094366b (patch) | |
tree | 7d0ae09775ea950056193eaa2ca93844299d46f1 /build-aux/texi2html | |
parent | c78359d9542c86b972aac373efcf7bc7a8a560e5 (diff) | |
parent | be8efac78d067c138ad8dda03df4336e73f94887 (diff) |
Update upstream source from tag 'upstream/1.0'
Update to upstream version '1.0'
with Debian dir 4875e7dc9f7277205f0086a63ee21ccdb1d54593
Diffstat (limited to 'build-aux/texi2html')
-rwxr-xr-x | build-aux/texi2html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build-aux/texi2html b/build-aux/texi2html index a034366..618274e 100755 --- a/build-aux/texi2html +++ b/build-aux/texi2html @@ -62,7 +62,7 @@ use File::Spec; # $Id: texi2html.pl,v 1.182 2007/05/07 22:56:02 pertusus Exp $ # Homepage: -my $T2H_HOMEPAGE = "http://www.nongnu.org/texi2html/"; +my $T2H_HOMEPAGE = "https://www.nongnu.org/texi2html/"; # Authors (appears in comments): my $T2H_AUTHORS = <<EOT; @@ -700,7 +700,7 @@ $DEBUG = 0; # for the document. # Definition: The SystemLiteral is called the entity's system # identifier. It is a URI, which may be used to retrieve the entity. -# See http://www.xml.com/axml/target.html#NT-ExternalID +# See https://www.xml.com/axml/target.html#NT-ExternalID $DOCTYPE = '<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html401/loose.dtd">'; # -frameset-doctype |