summaryrefslogtreecommitdiff
path: root/maintainer/maint.mk
diff options
context:
space:
mode:
Diffstat (limited to 'maintainer/maint.mk')
-rw-r--r--maintainer/maint.mk9
1 files changed, 5 insertions, 4 deletions
diff --git a/maintainer/maint.mk b/maintainer/maint.mk
index 1cfd2e870..197f730df 100644
--- a/maintainer/maint.mk
+++ b/maintainer/maint.mk
@@ -1,6 +1,6 @@
# Maintainer makefile rules for Automake.
#
-# Copyright (C) 1995-2017 Free Software Foundation, Inc.
+# Copyright (C) 1995-2018 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -13,7 +13,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
# Avoid CDPATH issues.
unexport CDPATH
@@ -286,7 +286,7 @@ announcement: NEWS
$(AM_V_GEN): \
&& rm -f $@ $@-t \
&& $(determine_release_type) \
- && ftp_base="ftp://$$dest.gnu.org/gnu/$(PACKAGE)" \
+ && ftp_base="https://$$dest.gnu.org/gnu/$(PACKAGE)" \
&& X () { printf '%s\n' "$$*" >> $@-t; } \
&& X "We are pleased to announce the $(PACKAGE_NAME) $(VERSION)" \
"$$announcement_type." \
@@ -458,6 +458,7 @@ update_copyright_env = \
# not expected to have a copyright notice.
files_without_copyright = \
.autom4te.cfg \
+ .dir-locals.el \
.git-log-fix \
.gitattributes \
.gitignore \
@@ -502,7 +503,7 @@ update-copyright:
# Run the testsuite with the least supported autoconf version. #
# -------------------------------------------------------------- #
-gnu-ftp = http://ftp.gnu.org/gnu
+gnu-ftp = https://ftp.gnu.org/gnu
# Various shorthands: version, name, package name, tarball name,
# tarball location, installation directory.