summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--config/srclistvars.sh2
2 files changed, 7 insertions, 1 deletions
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}