From a13b2b67711ba722301319d322f5d6233cbc77b2 Mon Sep 17 00:00:00 2001 From: xengineering Date: Tue, 2 Jan 2024 22:52:42 +0100 Subject: 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. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3-70-g09d2