Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
muppet-strings
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hugo Hörnquist
muppet-strings
Commits
fa246b6d
Commit
fa246b6d
authored
1 year ago
by
Hugo Hörnquist
Browse files
Options
Downloads
Patches
Plain Diff
Minor Makefile cleanup.
parent
9d9a1ce1
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
static-src/Makefile
+6
-1
6 additions, 1 deletion
static-src/Makefile
with
6 additions
and
1 deletion
static-src/Makefile
+
6
−
1
View file @
fa246b6d
...
@@ -4,11 +4,16 @@ SCSS = scss
...
@@ -4,11 +4,16 @@ SCSS = scss
OUT_DIR
=
out
OUT_DIR
=
out
TARGET
=
style.css
TARGET
=
style.css
SCSS_INCLUDE
=
.
$(
OUT_DIR
)
SCSS_FLAGS
=
--sourcemap
=
auto
\
$(
addprefix
-I
,
$(
SCSS_INCLUDE
))
DESTDIR
=
DESTDIR
=
PREFIX
=
/usr/local/share/muppet/
PREFIX
=
/usr/local/share/muppet/
# Path relative install root where the static files should end up
# Path relative install root where the static files should end up
LOCAL_PATH
=
static
LOCAL_PATH
=
static
# Highlighting files
# Highlighting files
highlights
=
$(
wildcard highlight/
*
.yaml
)
highlights
=
$(
wildcard highlight/
*
.yaml
)
# Colorscheme files
# Colorscheme files
...
@@ -29,7 +34,7 @@ clean:
...
@@ -29,7 +34,7 @@ clean:
-
rm
$(
TARGET
)
.map
-
rm
$(
TARGET
)
.map
$(TARGET)
:
style.scss $(SCSS_FILES) $(outputs)
$(TARGET)
:
style.scss $(SCSS_FILES) $(outputs)
$(
SCSS
)
--sourcemap
=
auto
-I
.
-Iout
$<
$@
$(
SCSS
)
$(
SCSS_FLAGS
)
$<
$@
$(OUT_DIR)/_highlight_%.scss
:
highlight/%.yaml $(OUT_DIR)
$(OUT_DIR)/_highlight_%.scss
:
highlight/%.yaml $(OUT_DIR)
./build_css.py highlight
$<
>
$@
./build_css.py highlight
$<
>
$@
...
...
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