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
76d0e974
Commit
76d0e974
authored
Aug 28, 2017
by
Pietro Albini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add easy build support with make
parent
af2ecbe4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
39 additions
and
0 deletions
+39
-0
.gitignore
.gitignore
+8
-0
Makefile
Makefile
+31
-0
No files found.
.gitignore
0 → 100644
View file @
76d0e974
*.py[co]
*.tmplc
# Dynamically generated stuff
/build
/cache
/membri
/venus/config.ini
Makefile
0 → 100644
View file @
76d0e974
REPO_URL
=
"lp:~ubuntu-it-members/planet-ubuntu-it/membri"
.PHONY
:
build clean update html
build
:
membri html
clean
:
@
rm
-rf
build
@
rm
-rf
cache
@
rm
-rf
membri
@
rm
-f
venus/config.ini
update
:
@
cd
membri
&&
bzr pull
-q
membri
:
@
bzr branch
$(REPO_URL)
membri
@
ln
-sf
../membri/config.ini venus/config.ini
html
:
@
rm
-rf
build
@
cd
venus
&&
./planet.py
@
cp
-r
theme/libs build
@
cp
-r
membri/images build
@
cp
-r
venus/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