mirror of
https://github.com/JeroenED/libpairtwo.git
synced 2024-11-21 22:17:41 +01:00
Add version tag to dist file
This commit is contained in:
parent
fab6086a0a
commit
0e87345e65
4
Makefile
4
Makefile
@ -28,10 +28,10 @@ dist: ## Generates distribution
|
||||
rm dist/composer.json
|
||||
rm dist/composer.lock
|
||||
mv dist/composer-dist-installed.json dist/composer.json
|
||||
VERSIONTAG=$(VERSION) doxygen
|
||||
make api
|
||||
mkdir -p dist/doc
|
||||
cp -r doc/api dist/doc
|
||||
cd dist && zip -r ../libpairtwo-dist *
|
||||
cd dist && zip -r ../libpairtwo-$(VERSION)-dist *
|
||||
git reset --hard HEAD^
|
||||
mv res/composer* dist/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user