summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 30c9549ef..843b24c46 100644
--- a/build.xml
+++ b/build.xml
@@ -132,6 +132,15 @@
+ <!--
+ ########################################################################
+ ## T A R G E T : T O U C H A B O U T
+ ########################################################################
+ -->
+ <target name="touchabout"
+ description="update the modification time of aboutdialog.cpp">
+ <touch file="${src}/ui/dialog/aboutdialog.cpp"/>
+ </target>
<!--