mirror of
https://github.com/moparisthebest/xeps
synced 2024-12-21 15:18:51 -05:00
Missing intermediates when bilding implicit rules
https://www.gnu.org/software/make/manual/html_node/Pattern-Rules.html#Pattern-Rules
This commit is contained in:
parent
56a3526dac
commit
546272f4c5
2
Makefile
2
Makefile
@ -80,9 +80,11 @@ $(OUTDIR)/%.pdf: %.xml $(XMLDEPS) $(TEXMLDEPS)
|
||||
-e 's|\\pageref{#\([^}]*\)}|\\pageref{\1}|g' "$(@:.pdf=.tex)"
|
||||
cd $(OUTDIR); xelatex -interaction=batchmode -no-shell-escape "$(notdir $(basename $@)).tex" && echo "Finished building $@"
|
||||
|
||||
.PRECIOUS: $(OUTDIR)/%.js
|
||||
$(OUTDIR)/%.js: %.js
|
||||
cp "$<" "$@"
|
||||
|
||||
.PRECIOUS: $(OUTDIR)/%.css
|
||||
$(OUTDIR)/%.css: %.css
|
||||
cp "$<" "$@"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user