Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
8efcbeab
Commit
8efcbeab
authored
Mar 30, 2018
by
Emmanuel Gil Peyrot
Committed by
JC Brand
Mar 30, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix make help’s unclosed strings
parent
b56e816a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Makefile
Makefile
+2
-2
No files found.
Makefile
View file @
8efcbeab
...
...
@@ -47,8 +47,8 @@ help:
@
echo
" pot Generate a gettext POT file to be used for translations."
@
echo
" release Prepare a new release of converse.js. E.g. make release VERSION=0.9.5"
@
echo
" serve Serve this directory via a webserver on port 8000."
@
echo
" stamp-npm
Install NPM dependencies
@
echo "
stamp-bundler Install Bundler
(
Ruby
)
dependencies
@
echo
" stamp-npm
Install NPM dependencies"
@
echo
" stamp-bundler Install Bundler (Ruby) dependencies
"
@
echo
" watch Tells Sass to watch the .scss files for changes and then automatically update the CSS files."
...
...
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