summaryrefslogtreecommitdiff
path: root/buildnumber.sh
blob: be41f156a0a3e5dfbf1131694ec7b7d8428f6ba6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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/libcdr-build.stamp \
	src/conv/raw/cdr2raw-build.stamp \
	src/conv/svg/cdr2xhtml-build.stamp
#Success
exit 0
}
#unsucessful
exit 1