From f0e4c4b6f63249dc26353fe0a39795fdccb1e0f8 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 9 Sep 2017 00:32:50 +0200 Subject: gnulib-tool.py: follow gnulib-tool changes, part 3 Follow gnulib-tool change 2012-08-26 Bruno Haible gnulib-tool: Remove no-op option --no-changelog. * pygnulib/constants.py: Remove FILES dictionary. * pygnulib/*: Update. --- pygnulib/GLInfo.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'pygnulib/GLInfo.py') diff --git a/pygnulib/GLInfo.py b/pygnulib/GLInfo.py index c0bae0e0f8..baec6af989 100644 --- a/pygnulib/GLInfo.py +++ b/pygnulib/GLInfo.py @@ -30,7 +30,6 @@ APP = constants.APP DIRS = constants.DIRS ENCS = constants.ENCS UTILS = constants.UTILS -FILES = constants.FILES MODES = constants.MODES TESTS = constants.TESTS compiler = constants.compiler @@ -270,7 +269,6 @@ Options for --import, --add/remove-import: --vc-files Update version control related files. --no-vc-files Don't update version control related files (.gitignore and/or .cvsignore). - --no-changelog Don't update or create ChangeLog files. Options for --create-[mega]testdir, --[mega]test: -- cgit v1.2.1