changeset 17472:08139590730c

accept doclicense option
author Karl Berry <karl@freefriends.org>
date Thu, 15 Aug 2013 11:01:29 -0700
parents 6e09d76e533b
children 1175d52f956a
files config/srclist-update
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/config/srclist-update
+++ b/config/srclist-update
@@ -1,7 +1,7 @@
 #!/bin/sh
 # Check for files in directory $1 being up to date, according to the
 # list on stdin.  Don't actually make any changes, just show the diffs.
-# 
+#
 # Empty (or only whitespace) input lines are ignored.
 # Lines beginning with # are ignored.
 # Lines with just one word are ignored.
@@ -12,7 +12,7 @@
 #   and "doclicense" (to replace @include doclicense.texi with fdl.texi).
 #   Unrecognized options are ignored.
 # $VARIABLE expansions are done (with sh eval).
-# 
+#
 # This script is used in gnulib and texinfo; the input files are named
 # srclist.txt.
 #