Skip to content
Snippets Groups Projects
Commit eb35299b authored by Ralph Giles's avatar Ralph Giles
Browse files

Make git-version.sh executable.

Lets us call it directly without /bin/sh which saves space.
parent 57274679
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ distclean: clean
.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)/' \
......
File mode changed from 100644 to 100755
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment