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
716ded91
Commit
716ded91
authored
Apr 10, 2018
by
Bernhard Heinloth
Browse files
Let latexmk decide if rebuild is necessary
parent
a6adb220
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
716ded91
...
...
@@ -38,7 +38,7 @@ $(PACKAGE_TGT): $(wildcard $(PACKAGE_DIR)/*.ins) $(PACKAGE_SRC)
@
cd
$(PACKAGE_DIR)
&&
latex
-output-directory
=
$(CACHE_DIR)
$(
notdir
$<
)
@
cp
$(
addprefix
$(CACHE_DIR)
/,
$(PACKAGE_STY)
)
$(LOCAL_DIR)
/
%.pdf
:
%.tex
$(wildcard *.bib) $(PACKAGE_TGT)
%.pdf
:
%.tex $(wildcard *.bib) $(PACKAGE_TGT)
@
mkdir
-p
$(CACHE_DIR)
@
cd
$(
dir
$<
)
&&
$(COMPILE_TEX)
$(
notdir
$<
)
@
cp
$(CACHE_DIR)
/
$(
notdir
$@
)
$@
...
...
@@ -50,3 +50,5 @@ pdfpc-%: %.pdf
evince-%
:
%.pdf
@
evince
$<
FORCE
:
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