aboutsummaryrefslogtreecommitdiffstats
path: root/libical/scripts/mkderivedproperties.pl
diff options
context:
space:
mode:
authorSeth Alves <alves@src.gnome.org>2000-06-07 06:48:11 +0800
committerSeth Alves <alves@src.gnome.org>2000-06-07 06:48:11 +0800
commitaf805a2733c9e2ca44e27360c6162d60cfc1aa53 (patch)
treee55d899b9ff25915fc96362b86efd5fbb3b0d0e7 /libical/scripts/mkderivedproperties.pl
parentf03975a652d1c91bad5a5b107ffaaea0889a5766 (diff)
downloadgsoc2013-evolution-af805a2733c9e2ca44e27360c6162d60cfc1aa53.tar
gsoc2013-evolution-af805a2733c9e2ca44e27360c6162d60cfc1aa53.tar.gz
gsoc2013-evolution-af805a2733c9e2ca44e27360c6162d60cfc1aa53.tar.bz2
gsoc2013-evolution-af805a2733c9e2ca44e27360c6162d60cfc1aa53.tar.lz
gsoc2013-evolution-af805a2733c9e2ca44e27360c6162d60cfc1aa53.tar.xz
gsoc2013-evolution-af805a2733c9e2ca44e27360c6162d60cfc1aa53.tar.zst
gsoc2013-evolution-af805a2733c9e2ca44e27360c6162d60cfc1aa53.zip
merge libical-0.17 onto the head
svn path=/trunk/; revision=3449
Diffstat (limited to 'libical/scripts/mkderivedproperties.pl')
-rwxr-xr-xlibical/scripts/mkderivedproperties.pl6
1 files changed, 5 insertions, 1 deletions
diff --git a/libical/scripts/mkderivedproperties.pl b/libical/scripts/mkderivedproperties.pl
index f3c94f2cfd..010e35d178 100755
--- a/libical/scripts/mkderivedproperties.pl
+++ b/libical/scripts/mkderivedproperties.pl
@@ -56,7 +56,11 @@ if ($opt_i) {
}
- print "/* Everything below this line is machine generated. Do not edit. */\n";
+ if($opt_p){
+ print "# Everything below this line is machine generated. Do not edit. \n";
+ } else {
+ print "/* Everything below this line is machine generated. Do not edit. */\n";
+ }
}