diff options
author | Nao Pross <naopross@thearcway.org> | 2017-01-02 18:05:21 +0100 |
---|---|---|
committer | Nao Pross <naopross@thearcway.org> | 2017-01-02 18:05:21 +0100 |
commit | b7605d9a20b1ac720c793642f02f8cc7c852f510 (patch) | |
tree | a90eff6b4ca41c98c62734e003e95d7763a3d1f2 /doc/makefile | |
parent | fixed makefile (diff) | |
download | PDI-b7605d9a20b1ac720c793642f02f8cc7c852f510.tar.gz PDI-b7605d9a20b1ac720c793642f02f8cc7c852f510.zip |
fixed tables and page layouts
Diffstat (limited to 'doc/makefile')
-rw-r--r-- | doc/makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/makefile b/doc/makefile index 207672a..67a3619 100644 --- a/doc/makefile +++ b/doc/makefile @@ -18,7 +18,6 @@ BIB := biber all: build build: $(PDFS) - mkdir -p $(BUILD_DIR) $(TEX) --output-directory=$(BUILD_DIR) $(DOCUMENT) $(BIB) --output-directory=$(BUILD_DIR) $(BIBLIOGRAPHY) $(TEX) --output-directory=$(BUILD_DIR) $(DOCUMENT) |