diff options
author | NaoPross <np.jun28@gmail.com> | 2017-01-29 12:35:53 +0100 |
---|---|---|
committer | NaoPross <np.jun28@gmail.com> | 2017-01-29 12:35:53 +0100 |
commit | 73eef889b5473fac84da03ee0f2da143f40536fe (patch) | |
tree | 5f4f99be46ae33a82fd5f9f01f6ba8e95d845c91 /doc/makefile | |
parent | merged alan's work and fixed margins & captions (diff) | |
download | PDI-73eef889b5473fac84da03ee0f2da143f40536fe.tar.gz PDI-73eef889b5473fac84da03ee0f2da143f40536fe.zip |
updated calc tables and modified alan's work
Diffstat (limited to 'doc/makefile')
-rw-r--r-- | doc/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/makefile b/doc/makefile index 67a3619..f57be75 100644 --- a/doc/makefile +++ b/doc/makefile @@ -17,7 +17,7 @@ BIB := biber .PHONY: all build dir clean all: build -build: $(PDFS) +build: $(PDFS) dir $(TEX) --output-directory=$(BUILD_DIR) $(DOCUMENT) $(BIB) --output-directory=$(BUILD_DIR) $(BIBLIOGRAPHY) $(TEX) --output-directory=$(BUILD_DIR) $(DOCUMENT) |