Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
373c3cbf
Commit
373c3cbf
authored
Oct 04, 2017
by
bbaer
Browse files
updated Makefile - all builds with working version numbers
parent
9a97edc4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
373c3cbf
...
...
@@ -58,10 +58,10 @@ build-dist: t3sphinx make-dist-dir dist-copy-extension dist-move-doc git-revisio
echo
"Distribution made in
$(DIST)
"
nightly
:
bootstrap build-dist
cd
$(DISTDIR)
;
zip
-r
../qfq_
$(
NIGHTLY
_DATE)
$(EXTENSION_CONTENT)
revision.git
-x
config.ini
cd
$(DISTDIR)
;
zip
-r
../qfq_
$(
VERSION)
_
$(RELEASE
_DATE)
.zip
$(EXTENSION_CONTENT)
revision.git
-x
config.ini
snapshot
:
bootstrap build-dist
cd
$(DISTDIR)
;
zip
-r
../qfq_
$(
NIGHTLY_DATE)
_
$(GIT_REVISION_SHORT)
$(EXTENSION_CONTENT)
revision.git
-x
config.ini
cd
$(DISTDIR)
;
zip
-r
../qfq_
$(
VERSION)
_
$(RELEASE_DATE)
.zip
$(EXTENSION_CONTENT)
revision.git
-x
config.ini
release
:
bootstrap build-dist
if
[
-z
"
$(VERSION)
"
]
;
then
echo
"Set VERSION make variable to the release version (fmt: maj.min.micro)"
;
exit
1
;
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment