# HG changeset patch # User Karl Berry # Date 1376589689 25200 # Node ID 08139590730cc89b11a5cc415d9956ed15562260 # Parent 6e09d76e533be1dec4fa45d82160012e97b93771 accept doclicense option diff -r 6e09d76e533b -r 08139590730c config/srclist-update --- a/config/srclist-update Thu Aug 15 11:01:13 2013 -0700 +++ b/config/srclist-update Thu Aug 15 11:01:29 2013 -0700 @@ -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. #