Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
website
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
Container registry
Model registry
Operate
Environments
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
Dynare
website
Commits
ca6144c6
Verified
Commit
ca6144c6
authored
6 years ago
by
Stéphane Adjemian
Browse files
Options
Downloads
Patches
Plain Diff
Use Makefile instead of shell script.
parent
4f4eb2fa
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
assets/images/logo/Makefile
+25
-0
25 additions, 0 deletions
assets/images/logo/Makefile
assets/images/logo/makelogo.sh
+0
-5
0 additions, 5 deletions
assets/images/logo/makelogo.sh
with
25 additions
and
5 deletions
assets/images/logo/Makefile
0 → 100644
+
25
−
0
View file @
ca6144c6
.PHONY
:
all clean
all
:
dlogo.svg dlogo_hover.svg dfavicon.svg dbkgd.png dbkgd_ws.png
make clean
clean
:
rm
-rf
*
.pdf
*
.log
*
.aux auto
clean-all
:
clean
rm
-rf
*
.svg
*
.png
dlogo.svg
:
dlogo.tex
pdflatex
-shell-escape
dlogo.tex
dlogo_hover.svg
:
dlogo_hover.tex
pdflatex
-shell-escape
dlogo_hover.tex
dfavicon.svg
:
dfavicon.tex
pdflatex
-shell-escape
dfavicon.tex
dbkgd.png
:
dbkgd.tex
pdflatex
-shell-escape
dbkgd.tex
dbkgd_ws.png
:
dbkgd_ws.tex dbkgd-header.tex dbkgd-curves.tex
pdflatex
-shell-escape
dbkgd_ws.tex
This diff is collapsed.
Click to expand it.
assets/images/logo/makelogo.sh
deleted
100755 → 0
+
0
−
5
View file @
4f4eb2fa
#!/bin/sh
pdflatex
-shell-escape
dlogo.tex
pdflatex
-shell-escape
dlogo_hover.tex
pdflatex
-shell-escape
dfavicon.tex
pdflatex
-shell-escape
dbkgd.tex
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