From: Paul Eggert <eggert@cs.ucla.edu> Date: Mon, 2 Oct 2017 01:11:44 +0000 (-0700) Subject: Simplify autoupdate of licenses X-Git-Tag: v1.0~5889 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=07241892581eb2ac9f7e293bfbd805256b15525c;p=gnulib.git Simplify autoupdate of licenses * config/srclistvars.sh (GNUWWWLICENSES): Move to a more-typical place. --- diff --git a/ChangeLog b/ChangeLog index e117840f83..454a87733e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2017-10-01 Paul Eggert <eggert@cs.ucla.edu> + + Simplify autoupdate of licenses + * config/srclistvars.sh (GNUWWWLICENSES): Move to a more-typical + place. + 2017-10-01 Bruno Haible <bruno@clisp.org> vma-iter: Add support for GNU/Hurd. diff --git a/config/srclistvars.sh b/config/srclistvars.sh index 47937c2045..3f18ee4715 100644 --- a/config/srclistvars.sh +++ b/config/srclistvars.sh @@ -36,7 +36,7 @@ esac : ${GNULIBSRC=../gnulib} : ${GNUORG=../gnuorg} : ${GNUSTANDARDS=../gnustandards} -: ${GNUWWWLICENSES=$GNUORG} +: ${GNUWWWLICENSES=../www/www/licenses} : ${LIBCSRC=../libc} : ${LIBTOOL=../libtool} : ${TEXINFOSRC=../texinfo}