summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2024-01-04 21:35:23 +0100
committerxengineering <me@xengineering.eu>2024-01-05 10:07:04 +0100
commitc2d8261aba307223d3f1edce3a88a4d212395e4a (patch)
treed6c07e9f30d8811a0224f4713b4cfd1f9995fb31
parentdacd1e01e33033a5d6915d017d9ba1eba81622ff (diff)
downloadsoundbox-c2d8261aba307223d3f1edce3a88a4d212395e4a.tar
soundbox-c2d8261aba307223d3f1edce3a88a4d212395e4a.tar.zst
soundbox-c2d8261aba307223d3f1edce3a88a4d212395e4a.zip
doc: Remove 'soundbox-' prefix from doc PDF
Inside the artifacts folder aswell as inside the source folder adding a 'soundbox-' prefix to files is uncommon. In both cases only the root level folder should contain the name 'soundbox' to remove redundancies.
-rw-r--r--Makefile2
-rw-r--r--README.md2
-rw-r--r--doc/doc.mk2
-rw-r--r--doc/documentation.tex (renamed from doc/soundbox-documentation.tex)0
4 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 12a0137..c885182 100644
--- a/Makefile
+++ b/Makefile
@@ -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 $@
diff --git a/README.md b/README.md
index 156f9ee..54efd20 100644
--- a/README.md
+++ b/README.md
@@ -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
diff --git a/doc/doc.mk b/doc/doc.mk
index 059bd10..0ad8c3a 100644
--- a/doc/doc.mk
+++ b/doc/doc.mk
@@ -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