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
4d4256c6
Unverified
Commit
4d4256c6
authored
1 year ago
by
Malin Freeborn
Browse files
Options
Downloads
Patches
Plain Diff
ensure complete make output
parent
220d2488
No related branches found
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
.gitignore
+2
-0
2 additions, 0 deletions
.gitignore
Makefile
+6
-4
6 additions, 4 deletions
Makefile
with
8 additions
and
4 deletions
.gitignore
+
2
−
0
View file @
4d4256c6
...
...
@@ -37,3 +37,5 @@ old
*.sls
.switch-*
images/wide.jpg
*latexmk
*.fls
This diff is collapsed.
Click to expand it.
Makefile
+
6
−
4
View file @
4d4256c6
...
...
@@ -2,17 +2,19 @@ output: docs.pdf
images
:
mkdir
images
images/wide.jpg
:
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
docs.pdf
:
images/wide.jpg $(wildcard *.sty) docs.tex
docs.pdf
:
images/wide.jpg
svg-inkscape
$(wildcard *.sty) docs.tex
pdflatex
-shell-escape
docs.tex
test.pdf
:
test.tex $(wildcard *.sty) $(wildcard *.tex)
pdflatex
-shell-escape
test.tex
makeglossaries
test
resources.pdf
:
$(wildcard *.tex) $(wildcard *.sty)
pdflatex
-shell-escape
resources.tex
rules.pdf
:
rules.tex rules $(wildcard *.sty)
svg-inkscape
:
pdflatex
-shell-escape
rules.tex
pdflatex
-shell-escape
docs.tex
rules.pdf
:
svg-inkscape rules.tex rules $(wildcard *.sty)
pdflatex
-shell-escape
rules.tex
all
:
docs.pdf test.pdf resources.pdf rules.pdf
...
...
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