ref: eb35299b0752c837003996d0234d2ad1e72fd31a
parent: 57274679bcbfa66ccb4161931223be4510faaa61
author: Ralph Giles <giles@mozilla.com>
date: Mon Oct 1 07:01:38 EDT 2012
Make git-version.sh executable. Lets us call it directly without /bin/sh which saves space.
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -18,7 +18,7 @@
.PHONY: all clean distclean doxygen pdf
# run autoconf-like replacements to finalize our config
-GIT_VERSION := $(shell /bin/sh git-version.sh)
+GIT_VERSION := $(shell git-version.sh)
Doxyfile: Doxyfile.in Makefile
sed -e 's/@PACKAGE@/opusfile/' \
-e 's/@VERSION@/$(GIT_VERSION)/' \