Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
044851ce
Commit
044851ce
authored
May 10, 2017
by
Rafael Ostertag
Browse files
Use `_' instead of `.' in typo3 extension zip.
parent
2c9e7d5e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
044851ce
...
...
@@ -45,14 +45,14 @@ 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
_
$(NIGHTLY_DATE)
$(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
_
$(NIGHTLY_DATE)
_
$(GIT_REVISION_SHORT)
$(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
cd
$(DISTDIR)
;
zip
-r
"../qfq
.
$(VERSION)
_
$(RELEASE_DATE)
.zip"
$(EXTENSION_CONTENT)
revision.git
-x
config.ini
cd
$(DISTDIR)
;
zip
-r
"../qfq
_
$(VERSION)
_
$(RELEASE_DATE)
.zip"
$(EXTENSION_CONTENT)
revision.git
-x
config.ini
t3sphinx
:
.virtual_env
.
.python_virtualenv/bin/activate
;
cd
extension/Documentation/_make
;
make html
...
...
Write
Preview
Supports
Markdown
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