summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2024-01-02 22:52:42 +0100
committerxengineering <me@xengineering.eu>2024-01-03 12:03:43 +0100
commita13b2b67711ba722301319d322f5d6233cbc77b2 (patch)
tree6fcedaa133b44bfecedeb8591928678adbdd7bc4 /Makefile
parenta72e170df8344ac66c799156a744953cb762e08b (diff)
downloadsoundbox-a13b2b67711ba722301319d322f5d6233cbc77b2.tar
soundbox-a13b2b67711ba722301319d322f5d6233cbc77b2.tar.zst
soundbox-a13b2b67711ba722301319d322f5d6233cbc77b2.zip
doc: Add automated PDF generation
The build system should convert the documentation source files automatically to a single PDF file to make documentation generation trivial.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9767db2..c706f5e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,10 @@
BUILD_DIR := ./build
-all: mech
+all: doc mech
.PHONY: clean
clean:
rm -rf $(BUILD_DIR)
+include doc/doc.mk
include mech/mech.mk