diff options
Diffstat (limited to 'cpp/iceslmakedist.py')
-rwxr-xr-x | cpp/iceslmakedist.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/iceslmakedist.py b/cpp/iceslmakedist.py index 6d3c5d30e2c..a370f0ca7cf 100755 --- a/cpp/iceslmakedist.py +++ b/cpp/iceslmakedist.py @@ -160,7 +160,7 @@ for x in sys.argv[1:]: usage() sys.exit(1) else: - tag = "-r" + x + tag = x # # Remove any existing "dist" directory and create a new one. @@ -268,6 +268,7 @@ for x in scanners: print "Removing unnecessary files..." filesToRemove = [ \ os.path.join("icesl", "CHANGES"), \ + os.path.join("icesl", "README"), \ os.path.join("icesl", "INSTALL.HP-UX"), \ os.path.join("icesl", "INSTALL.MACOSX"), \ os.path.join("icesl", "INSTALL.SOLARIS"), \ |