mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
Makefile update
This commit is contained in:
parent
0ed711230a
commit
25ae0cae7b
1 changed files with 5 additions and 5 deletions
10
Makefile
10
Makefile
|
@ -1,5 +1,10 @@
|
||||||
# A Makefile for commands I run frequently:
|
# A Makefile for commands I run frequently:
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm -rf dist
|
||||||
|
rm -rf _static
|
||||||
|
rm -rf jrnl.egg-info
|
||||||
|
|
||||||
# Build GitHub Page from docs
|
# Build GitHub Page from docs
|
||||||
gh_pages:
|
gh_pages:
|
||||||
git checkout gh-pages ; \
|
git checkout gh-pages ; \
|
||||||
|
@ -17,8 +22,3 @@ gh_pages:
|
||||||
# Upload to pipy
|
# Upload to pipy
|
||||||
dist:
|
dist:
|
||||||
python setup.py publish
|
python setup.py publish
|
||||||
|
|
||||||
clean:
|
|
||||||
rm -rf dist
|
|
||||||
rm -rf _static
|
|
||||||
rm -rf jrnl.egg-info
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue