Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Germain-C2S
Beamer TPT NG
Commits
54b40501
Commit
54b40501
authored
Feb 08, 2019
by
Tarik Graba
😷
Browse files
Adds target to build only dependencies
parent
c41461e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
54b40501
...
...
@@ -22,11 +22,13 @@ export TEXINPUTS := ./texinputs/:$(TEXINPUTS)
#.SECONDARY: $(FIGS_PDF)
.PHONY
:
all clean toc bibetex
.PHONY
:
all clean
dep
toc bibetex
all
:
$(TOP)
$(TOP)
:
$(NEEDED)
$(TOP)
:
dep
dep
:
$(NEEDED)
%.pdf
:
%.tex
@
echo
"Latex search path
$(TEXINPUTS)
"
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment