Add all sources
This commit is contained in:
parent
b95c2f6511
commit
2fc6b6a33c
@ -1,4 +1,4 @@
|
|||||||
SHELL=/bin/bash
|
SHELL=/bin/bash -O globstar
|
||||||
|
|
||||||
# Do not edit these values, they should be changed by modifying .cookiecutter.yml
|
# Do not edit these values, they should be changed by modifying .cookiecutter.yml
|
||||||
# and re-applying the template
|
# and re-applying the template
|
||||||
@ -7,7 +7,7 @@ HAS_APPENDIX={{cookiecutter.with_appendix}}
|
|||||||
LATEX_TEMPLATE={{cookiecutter.latex_template}}
|
LATEX_TEMPLATE={{cookiecutter.latex_template}}
|
||||||
WITH_ARXIV_PACKAGE={{cookiecutter.with_arxiv_package}}
|
WITH_ARXIV_PACKAGE={{cookiecutter.with_arxiv_package}}
|
||||||
|
|
||||||
CONTENT_TEX_SOURCES=$(filter-out $(PAPER_ID).tex config.tex other-extras.tex autozoil-extras.tex extras.tex metadata.tex preamble.tex the-appendix.tex, $(wildcard *.tex))
|
CONTENT_TEX_SOURCES=$(filter-out $(PAPER_ID).tex config.tex other-extras.tex autozoil-extras.tex extras.tex metadata.tex preamble.tex the-appendix.tex, $(shell ls **/*.tex))
|
||||||
|
|
||||||
CURRENT_DIR=$(shell pwd)
|
CURRENT_DIR=$(shell pwd)
|
||||||
AUTOZOIL_DIR?=/opt/autozoil
|
AUTOZOIL_DIR?=/opt/autozoil
|
||||||
|
Loading…
Reference in New Issue
Block a user