summaryrefslogtreecommitdiff
path: root/infrastructure
diff options
context:
space:
mode:
Diffstat (limited to 'infrastructure')
-rwxr-xr-xinfrastructure/makedistribution.pl.in (renamed from infrastructure/makedistribution.pl)2
1 files changed, 1 insertions, 1 deletions
diff --git a/infrastructure/makedistribution.pl b/infrastructure/makedistribution.pl.in
index 16f7409b..52e1c2e4 100755
--- a/infrastructure/makedistribution.pl
+++ b/infrastructure/makedistribution.pl.in
@@ -6,7 +6,7 @@ use Symbol;
my %comment_chars = ('cpp' => '// ', 'h' => '// ', 'pl' => '# ', 'pm' => '# ', '' => '# ');
# other extensions which need text copying, just to remove the private stuff
-my %text_files = ('txt' => 1);
+my %text_files = ('txt' => 1, 'spec' => 1);
# files which don't get the license added
my %no_license = (); # 'filename' => 1