Makefile is also important
This commit is contained in:
parent
52572a431b
commit
24607f364c
@ -21,7 +21,7 @@ GEN3 = $(addsuffix .pdf, \
|
|||||||
.PHONY: all
|
.PHONY: all
|
||||||
all: mj-referatas.pdf mj-prezentacija.pdf
|
all: mj-referatas.pdf mj-prezentacija.pdf
|
||||||
|
|
||||||
mj-referatas-bundle.pdf: mj-referatas.pdf $(shell git ls-files | grep -v Makefile)
|
mj-referatas-bundle.pdf: mj-referatas.pdf $(shell git ls-files)
|
||||||
cp $< .tmp-$@
|
cp $< .tmp-$@
|
||||||
for f in $^; do \
|
for f in $^; do \
|
||||||
if [ "$$f" = "$<" ]; then continue; fi; \
|
if [ "$$f" = "$<" ]; then continue; fi; \
|
||||||
|
Loading…
Reference in New Issue
Block a user