Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Basthon
Basthon Notebook
Commits
a95837cd
Commit
a95837cd
authored
Oct 28, 2020
by
Romain Casati
Browse files
Makefile: publishing in devel zone.
parent
c1a76766
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
a95837cd
...
...
@@ -26,4 +26,7 @@ archives:
test
:
build
bash
-c
"set -m ; python3 -m http.server --directory build/lib/notebook/ --bind localhost 8888 & sleep 1 ; firefox localhost:8888 ; fg %1"
.PHONY
:
clean build all test install-kernel _install-kernel archives version
devel-publish
:
build
rsync
-avzP
--delete
build/lib/notebook/ basthon:sites_basthon/devel/notebook/
.PHONY
:
clean build all test install-kernel _install-kernel archives version devel-publish
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