Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
config
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Malin Freeborn
config
Commits
50a62889
Unverified
Commit
50a62889
authored
1 year ago
by
Malin Freeborn
Browse files
Options
Downloads
Patches
Plain Diff
reformat Makefile
parent
18e373a4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+10
-14
10 additions, 14 deletions
Makefile
with
10 additions
and
14 deletions
Makefile
+
10
−
14
View file @
50a62889
filename
=
docs
output
:
${filename}.pdf
${filename}.pdf
:
${filename}.aux bind.sty monsters.sty
pdflatex
${
filename
}
.tex
docs.aux
:
images/wide.jpg
pdflatex
--shell-escape
docs.tex
pdflatex docs.tex
docs
:
docs.aux
pdflatex docs.tex
test
:
pdflatex
--shell-escape
test.tex
output
:
docs.pdf
resources.pdf
:
config/bind.sty
pdflatex resources.tex
images
:
mkdir
images
images/wide.jpg
:
images
convert
-size
100x60 xc:skyblue
-fill
white
-stroke
black
-draw
"ellipse 50,30 40,20 45,270"
images/wide.jpg
all
:
docs test resources.pdf
docs.pdf
:
images/wide.jpg
pdflatex
-shell-escape
docs.tex
test.pdf
:
pdflatex
-shell-escape
test.tex
resources.pdf
:
pdflatex
-shell-escape
resources.tex
all
:
docs.pdf test.pdf resources.pdf
clean
:
rm
-rf
*
pdf
*
.aux
*
.toc
*
.acn
*
.acr
*
.log
*
.ptc
*
.out
*
.idx
*
.ist
*
.alg
*
.glo
\
*
.slo
\
...
...
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