Commit 6edd50c5 authored by Anton Midyukov's avatar Anton Midyukov

Add VERSION file for build doc

.gear/mkimage-profiles.spec is not available.
parent f348c266
1.5.16-dev
......@@ -47,8 +47,7 @@ prep:
@if [ -n "$(BUILDDIR)" ]; then mkdir -p "$(BUILDDIR)"; fi
man:
@VERSION="$$(sed -rn 's/^Version: ([0-9.]+).*$$/\1/p' \
../.gear/mkimage-profiles.spec)"; \
@VERSION="$$(cat ../VERSION)"; \
sed -e "s,@VERSION@,$$VERSION,g" \
< mkimage-profiles.7.in \
> mkimage-profiles.7
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment