Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
BlenderPhi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
raas
BlenderPhi
Commits
b1c3d91a
Commit
b1c3d91a
authored
Feb 27, 2019
by
Campbell Barton
Browse files
Options
Downloads
Patches
Plain Diff
Makefile: icons target now uses make variables
Add examples in help text.
parent
c6681c65
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
GNUmakefile
+17
-6
17 additions, 6 deletions
GNUmakefile
with
17 additions
and
6 deletions
GNUmakefile
+
17
−
6
View file @
b1c3d91a
...
...
@@ -101,13 +101,21 @@ Utilities
* icons
:
Updates
PNG
icons
from
SVG
files.
Set
environment
variables
'BLENDER_BIN'
and
'INKSCAPE_BIN'
to
define
your own commands.
Optionally pass in variables
:
'BLENDER_BIN'
,
'INKSCAPE_BIN'
otherwise
default
paths
are
used.
Example
make
icons
INKSCAPE_BIN
=
/path/to/inkscape
* icons_geom
:
Updates
Geometry
icons
from
BLEND
file.
Set
environment
variable
'BLENDER_BIN'
to
define
your own command.
Optionally pass in variable
:
'BLENDER_BIN'
otherwise
default
paths
are
used.
Example
make
icons_geom
BLENDER_BIN
=
/path/to/blender
* tgz
:
Create
a
compressed
archive
of
the
source
code.
...
...
@@ -478,8 +486,11 @@ check_descriptions: .FORCE
tgz
:
.FORCE
./build_files/utils/build_tgz.sh
INKSCAPE_BIN
?=
"inkscape"
icons
:
.FORCE
BLENDER_BIN
=
$(
BLENDER_BIN
)
INKSCAPE_BIN
=
$(
INKSCAPE_BIN
)
\
"
$(
BLENDER_DIR
)
/release/datafiles/blender_icons_update.py"
BLENDER_BIN
=
$(
BLENDER_BIN
)
INKSCAPE_BIN
=
$(
INKSCAPE_BIN
)
\
"
$(
BLENDER_DIR
)
/release/datafiles/prvicons_update.py"
icons_geom
:
.FORCE
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment