]> git.gag.com Git - debian/gzip/blobdiff - cfg.mk
* doc/gzip.texi: Fix off-by-one timestamp.
[debian/gzip] / cfg.mk
diff --git a/cfg.mk b/cfg.mk
index 6f75c0f27508cf0f255ff271dc06556cecaea0ff..fd287f2a9e1a17f1268e9e26f2918dac5980aae1 100644 (file)
--- a/cfg.mk
+++ b/cfg.mk
 # Used in maint.mk's web-manual rule
 manual_title = gzip: the data compression program
 
+# Use the direct link.  This is guaranteed to work immediately, while
+# it can take a while for the faster mirror links to become usable.
+url_dir_list = http://ftp.gnu.org/gnu/$(PACKAGE)
+
 # Tests not to run as part of "make distcheck".
 local-checks-to-skip =         \
   sc_bindtextdomain            \
@@ -58,8 +62,8 @@ sc_prohibit_emacs__indent_tabs_mode__setting:
 
 sc_gzip_copyright_check:
        @require='Copyright \(C\) '$$(date +%Y)' Free'                  \
-       in_files=$(srcdir)/gzip.c                                       \
-       halt='out of date copyright in $(v_etc_file); update it'        \
+       in_vc_files=$(srcdir)/gzip.c                                    \
+       halt="out of date copyright in $$in_files; update it"           \
          $(_sc_search_regexp)
 
 include $(srcdir)/dist-check.mk