aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoritz Lenz <moritz@faui2k3.org>2012-05-28 14:12:03 +0200
committerMoritz Lenz <moritz@faui2k3.org>2012-05-28 14:12:03 +0200
commit2663a4881dd24a7d42007adbf870302e73cbf779 (patch)
tree2022ecb899c7d63280fa2cfd26fa2238d7345040
parentf4632b9b729b4f2df4b2af111e2583feac178dd5 (diff)
[build] fix add a small comment
-rw-r--r--build/skel-template.pl5
1 files changed, 5 insertions, 0 deletions
diff --git a/build/skel-template.pl b/build/skel-template.pl
index 8940d33..0e355fe 100644
--- a/build/skel-template.pl
+++ b/build/skel-template.pl
@@ -1,3 +1,8 @@
+# grabs some variables (containing versions) from Makefile,
+# and then copies files from template-skel over to the
+# dist folder, replacing occurrences of those variables
+# in the process.
+
use strict;
use warnings;