summaryrefslogtreecommitdiff
path: root/buildnumber.sh
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2012-08-28 14:09:28 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2012-08-28 14:33:31 +0200
commit560ba9162e9c0e71fbe42be000588d96093781f7 (patch)
tree7b479e4e4c19a4a2dba69ffbdbfb30a0fcba5efd /buildnumber.sh
parent3585e292a31c674ff055178fb7449d1992d6c932 (diff)
Initial content of libfreehand
Diffstat (limited to 'buildnumber.sh')
-rwxr-xr-xbuildnumber.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/buildnumber.sh b/buildnumber.sh
new file mode 100755
index 0000000..4431f49
--- /dev/null
+++ b/buildnumber.sh
@@ -0,0 +1,14 @@
+#!/bin/sh
+
+# Script to create the BUILDNUMBER used by compile-resource. This script
+# needs the script createBuildNumber.pl to be in the same directory.
+
+{ perl ./createBuildNumber.pl \
+ src/lib/libfreehand-build.stamp \
+ src/conv/raw/fh2raw-build.stamp \
+ src/conv/svg/fh2xhtml-build.stamp
+#Success
+exit 0
+}
+#unsucessful
+exit 1