Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mongo-php-library
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sinan
mongo-php-library
Commits
dc43d074
Commit
dc43d074
authored
Mar 24, 2015
by
Jeremy Mikola
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos in Makefile
parent
e23eb745
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
Makefile
Makefile
+5
-5
No files found.
Makefile
View file @
dc43d074
.PHONY
:
apigen compser test docs mkdocs
.PHONY
:
apigen comp
o
ser test docs mkdocs
PHONGO_LIB_VERSION
=
`
php
-r
'require "src/Collection.php"; echo MongoDB\Collection::VERSION, "\n";'
`
PHONGO_LIB_VERSION
=
`
php
-r
'require "src/Collection.php"; echo MongoDB\Collection::VERSION, "\n";'
`
COMPOSER_ARGS
=
update
--no-interaction
--prefer-source
COMPOSER_ARGS
=
update
--no-interaction
--prefer-source
...
@@ -32,8 +32,8 @@ apigen:
...
@@ -32,8 +32,8 @@ apigen:
@
command
-v
apigen
>
/dev/null 2>&1
;
\
@
command
-v
apigen
>
/dev/null 2>&1
;
\
if
test
$$
?
-eq
0
;
then
\
if
test
$$
?
-eq
0
;
then
\
apigen generate
apigen generate
elif
test
-r
phpunit
.phar
;
then
\
elif
test
-r
apigen
.phar
;
then
\
php apigen generate
\
php apigen
.phar
generate
\
else
\
else
\
echo
"Cannot find apigen :("
;
\
echo
"Cannot find apigen :("
;
\
echo
"Aborting."
;
\
echo
"Aborting."
;
\
...
@@ -45,7 +45,7 @@ mkdocs:
...
@@ -45,7 +45,7 @@ mkdocs:
if
test
$$
?
-eq
0
;
then
\
if
test
$$
?
-eq
0
;
then
\
mkdocs build
--clean
\
mkdocs build
--clean
\
else
\
else
\
echo
"Cannot find
apigen
:("
;
\
echo
"Cannot find
mkdocs
:("
;
\
echo
"Aborting."
;
\
echo
"Aborting."
;
\
exit
1
;
\
exit
1
;
\
fi
fi
...
@@ -62,7 +62,7 @@ release: test RELEASE
...
@@ -62,7 +62,7 @@ release: test RELEASE
@
echo
" "
git tag
-a
-m
\"
Release phongo-library
$(PHONGO_LIB_VERSION)
\"
$(PHONGO_LIB_VERSION)
@
echo
" "
git tag
-a
-m
\"
Release phongo-library
$(PHONGO_LIB_VERSION)
\"
$(PHONGO_LIB_VERSION)
@
echo
" "
git push
--tags
@
echo
" "
git push
--tags
@
echo
" "
make release-docs
@
echo
" "
make release-docs
@
echo
"And don't forget to
p
ump version in src/Collection.php"
@
echo
"And don't forget to
b
ump version in src/Collection.php"
docs
:
docs
:
mkdocs build
--clean
mkdocs build
--clean
...
...
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