Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
i4
TeX Vorlagen
neo
Commits
3a88585c
Commit
3a88585c
authored
Jul 31, 2020
by
Bernhard Heinloth
Browse files
Fix typo
parent
2f2032fb
Pipeline
#46064
passed with stage
in 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
3a88585c
...
@@ -41,7 +41,7 @@ $(PACKAGE_TGT): $(wildcard $(PACKAGE_DIR)/*.ins) $(PACKAGE_SRC) | $(CACHE_DIR)
...
@@ -41,7 +41,7 @@ $(PACKAGE_TGT): $(wildcard $(PACKAGE_DIR)/*.ins) $(PACKAGE_SRC) | $(CACHE_DIR)
$(CACHE_DIR)
:
; @mkdir -p $(CACHE_DIR)
$(CACHE_DIR)
:
; @mkdir -p $(CACHE_DIR)
%_handout.pdf %_
2x1
.pdf %_2x2.pdf %_handout_
2x1
.pdf %_handout_2x2.pdf %.pdf
:
%.tex $(wildcard *.bib) $(PACKAGE_TGT) FORCE | $(CACHE_DIR)
%_handout.pdf %_
1x2
.pdf %_2x2.pdf %_handout_
1x2
.pdf %_handout_2x2.pdf %.pdf
:
%.tex $(wildcard *.bib) $(PACKAGE_TGT) FORCE | $(CACHE_DIR)
@
test
-f
$@
&&
touch
$@
||
true
@
test
-f
$@
&&
touch
$@
||
true
@
cd
$(
dir
$<
)
&&
$(COMPILE_TEX)
-jobname
=
$(
basename
$(
notdir
$@
))
$(
notdir
$<
)
@
cd
$(
dir
$<
)
&&
$(COMPILE_TEX)
-jobname
=
$(
basename
$(
notdir
$@
))
$(
notdir
$<
)
@
cp
$(CACHE_DIR)
/
$(
notdir
$@
)
$@
@
cp
$(CACHE_DIR)
/
$(
notdir
$@
)
$@
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment