From c2d8261aba307223d3f1edce3a88a4d212395e4a Mon Sep 17 00:00:00 2001 From: xengineering Date: Thu, 4 Jan 2024 21:35:23 +0100 Subject: 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. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 $@ -- cgit v1.2.3-70-g09d2