summaryrefslogtreecommitdiffstats
path: root/docs/proto
diff options
context:
space:
mode:
Diffstat (limited to 'docs/proto')
-rwxr-xr-xdocs/proto/cdoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/proto/cdoc b/docs/proto/cdoc
index 360bee3b..2a1ab0dd 100755
--- a/docs/proto/cdoc
+++ b/docs/proto/cdoc
@@ -106,4 +106,5 @@ XXX
open STATIC, "<$file.tmp";
print <STATIC>;
close STATIC;
+ unlink "$file.tmp";
}