diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | doc/doc.mk | 2 | ||||
-rw-r--r-- | doc/documentation.tex (renamed from doc/soundbox-documentation.tex) | 0 |
4 files changed, 3 insertions, 3 deletions
@@ -13,7 +13,7 @@ $(ARCHIVE): $(TARGET_DIR) $(TARGET_DIR): debug rm -rf $@ mkdir -p $@ - install -Dm 644 $(BUILD_DIR)/doc/soundbox-documentation.pdf $@ + install -Dm 644 $(BUILD_DIR)/doc/documentation.pdf $@ install -Dm 644 $(BUILD_DIR)/mech/assembly.gcode $@ install -Dm 644 $(BUILD_DIR)/mech/assembly.stl $@ install -Dm 644 $(BUILD_DIR)/mech/production.gcode $@ @@ -11,7 +11,7 @@ The following listing provides an overview of the repository structure: ├── build ├── doc │ ├── LICENSE.txt -│ └── soundbox-documentation.tex +│ └── documentation.tex ├── Makefile ├── mech │ ├── assembly.scad @@ -1,5 +1,5 @@ DOC_BUILD_DIR := $(BUILD_DIR)/doc -DOCS := soundbox-documentation +DOCS := documentation PDF := $(DOCS:%=$(DOC_BUILD_DIR)/%.pdf) .PHONY: doc diff --git a/doc/soundbox-documentation.tex b/doc/documentation.tex index 14cf828..14cf828 100644 --- a/doc/soundbox-documentation.tex +++ b/doc/documentation.tex |