Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
planet.ubuntu-it.org
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Gruppo Web
planet.ubuntu-it.org
Commits
687631db
Commit
687631db
authored
Sep 13, 2017
by
Pietro Albini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve the Makefile a little bit
parent
8051a937
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
15 deletions
+12
-15
Makefile
Makefile
+12
-15
No files found.
Makefile
View file @
687631db
REPO_URL
=
"lp:~ubuntu-it-members/planet-ubuntu-it/membri"
REPO_URL
=
"lp:~ubuntu-it-members/planet-ubuntu-it/membri"
.PHONY
:
build clean update
html
.PHONY
:
build clean update
build
:
membri html
build
:
membri
@
rm
-rf
build
@
cat
membri/config.ini config.ini
>
venus/config.ini
@
cd
venus
&&
./planet.py
@
cp
-r
theme/libs build
@
cp
-r
membri/images build
@
cp
-r
banners build
update
:
membri
@
cd
membri
&&
bzr pull
-q
clean
:
clean
:
...
@@ -14,18 +24,5 @@ clean:
...
@@ -14,18 +24,5 @@ clean:
@
rm
-f
venus/config.ini
@
rm
-f
venus/config.ini
update
:
membri
@
cd
membri
&&
bzr pull
-q
membri
:
membri
:
@
bzr branch
$(REPO_URL)
membri
@
bzr branch
$(REPO_URL)
membri
html
:
@
rm
-rf
build
@
cat
membri/config.ini config.ini
>
venus/config.ini
@
cd
venus
&&
./planet.py
@
cp
-r
theme/libs build
@
cp
-r
membri/images build
@
cp
-r
banners build
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