Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
ots-doctools
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
ots
ots-doctools
Commits
542bb71d
Commit
542bb71d
authored
5 years ago
by
James Vasile
Browse files
Options
Downloads
Patches
Plain Diff
shhh
parent
a7ff9e79
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+3
-3
3 additions, 3 deletions
Makefile
with
3 additions
and
3 deletions
Makefile
+
3
−
3
View file @
542bb71d
...
...
@@ -78,7 +78,7 @@ all-redacted:
# it'll wake up, issue its cheery version-header greeting, realize
# that nothing actually needs to be done, and exit.)
%.pdf
:
%.ltx Makefile venv
venv/bin/python3
${
PIPELINE
}
$<
--output
$(
<:.ltx
=
.tex
)
@
venv/bin/python3
${
PIPELINE
}
$<
--output
$(
<:.ltx
=
.tex
)
@
latexmk
-pdf
-pdflatex
=
$(
PDFLATEX
)
-halt-on-error
$(
<:.ltx
=
.tex
)
# This builds the draft. This only works if you're using the a jinja
...
...
@@ -96,8 +96,8 @@ all-redacted:
# redacted field in the YAML pre-matter. That field should specify a
# string or a list of regexes to bleep in the output.
%.redacted.ltx
:
%.ltx Makefile
rm
-f
$@
ln
-s
$<
$@
@
rm
-f
$@
@
ln
-s
$<
$@
# OTS Doctools's pipeline needs some python dependencies. Not sure
# this is the best place to do this-- it wastes diskspace and clutters
...
...
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