summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2017-09-09 00:32:50 +0200
committerBruno Haible <bruno@clisp.org>2017-09-09 16:28:52 +0200
commitf0e4c4b6f63249dc26353fe0a39795fdccb1e0f8 (patch)
treed737df76fe1827dcc58646ee76611ac6c08c1c0c
parentfc4e57bb4d9100ea022eca39ace7bec98beb309b (diff)
downloadgnulib-f0e4c4b6f63249dc26353fe0a39795fdccb1e0f8.tar.gz
gnulib-tool.py: follow gnulib-tool changes, part 3
Follow gnulib-tool change 2012-08-26 Bruno Haible <bruno@clisp.org> gnulib-tool: Remove no-op option --no-changelog. * pygnulib/constants.py: Remove FILES dictionary. * pygnulib/*: Update.
-rwxr-xr-xgnulib-tool.py3
-rw-r--r--pygnulib/GLConfig.py1
-rw-r--r--pygnulib/GLEmiter.py1
-rw-r--r--pygnulib/GLError.py1
-rw-r--r--pygnulib/GLFileSystem.py1
-rw-r--r--pygnulib/GLImport.py1
-rw-r--r--pygnulib/GLInfo.py2
-rw-r--r--pygnulib/GLMakefileTable.py1
-rw-r--r--pygnulib/GLModuleSystem.py1
-rw-r--r--pygnulib/GLTestDir.py1
-rw-r--r--pygnulib/constants.py6
11 files changed, 2 insertions, 17 deletions
diff --git a/gnulib-tool.py b/gnulib-tool.py
index 806f4d7ed6..94c140da0f 100755
--- a/gnulib-tool.py
+++ b/gnulib-tool.py
@@ -44,7 +44,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
@@ -213,7 +212,7 @@ def main():
dest='mode_xmaintainer',
default=None,
nargs='*')
- # no-changelog
+ # no-changelog: a no-op for backward compatibility
parser.add_argument('--no-changelog',
dest='changelog',
default=None,
diff --git a/pygnulib/GLConfig.py b/pygnulib/GLConfig.py
index 4d96fcb9dd..1e1a090b11 100644
--- a/pygnulib/GLConfig.py
+++ b/pygnulib/GLConfig.py
@@ -32,7 +32,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
diff --git a/pygnulib/GLEmiter.py b/pygnulib/GLEmiter.py
index 6df6eca7b6..b6f89919d7 100644
--- a/pygnulib/GLEmiter.py
+++ b/pygnulib/GLEmiter.py
@@ -38,7 +38,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
diff --git a/pygnulib/GLError.py b/pygnulib/GLError.py
index 04e2e731c1..9c249a3287 100644
--- a/pygnulib/GLError.py
+++ b/pygnulib/GLError.py
@@ -29,7 +29,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
diff --git a/pygnulib/GLFileSystem.py b/pygnulib/GLFileSystem.py
index 9821fd60c0..7db09e1ce6 100644
--- a/pygnulib/GLFileSystem.py
+++ b/pygnulib/GLFileSystem.py
@@ -33,7 +33,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
diff --git a/pygnulib/GLImport.py b/pygnulib/GLImport.py
index c7b514266c..7522eae14d 100644
--- a/pygnulib/GLImport.py
+++ b/pygnulib/GLImport.py
@@ -41,7 +41,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
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:
diff --git a/pygnulib/GLMakefileTable.py b/pygnulib/GLMakefileTable.py
index 2ecc2686bb..74e6fe7d7d 100644
--- a/pygnulib/GLMakefileTable.py
+++ b/pygnulib/GLMakefileTable.py
@@ -33,7 +33,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
diff --git a/pygnulib/GLModuleSystem.py b/pygnulib/GLModuleSystem.py
index 09ce5f6bf4..2a2c8cd50d 100644
--- a/pygnulib/GLModuleSystem.py
+++ b/pygnulib/GLModuleSystem.py
@@ -33,7 +33,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
diff --git a/pygnulib/GLTestDir.py b/pygnulib/GLTestDir.py
index 562e170678..2937b5da4a 100644
--- a/pygnulib/GLTestDir.py
+++ b/pygnulib/GLTestDir.py
@@ -41,7 +41,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
diff --git a/pygnulib/constants.py b/pygnulib/constants.py
index ec2ca62be8..6cb1ec97bb 100644
--- a/pygnulib/constants.py
+++ b/pygnulib/constants.py
@@ -59,7 +59,6 @@ APP = dict() # Application
DIRS = dict() # Directories
UTILS = dict() # Utilities
ENCS = dict() # Encodings
-FILES = dict() # Files
MODES = dict() # Modes
TESTS = dict() # Tests
NL = '''
@@ -105,9 +104,6 @@ DIRS['tests'] = os.path.join(DIRS['root'], 'tests')
DIRS['git'] = os.path.join(DIRS['root'], '.git')
DIRS['cvs'] = os.path.join(DIRS['root'], 'CVS')
-# Set FILES dictionary
-FILES['changelog'] = os.path.join(DIRS['root'], 'ChangeLog')
-
# Set MODES dictionary
MODES = \
{
@@ -449,4 +445,4 @@ def nlcount(text):
print(before, after)
-__all__ += ['APP', 'DIRS', 'FILES', 'MODES', 'UTILS']
+__all__ += ['APP', 'DIRS', 'MODES', 'UTILS']