From ddb294684fe36ae2d91e4e495494a4bf5bf817d0 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 10 Dec 2021 17:18:52 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index bf5e3ca..69928d2 100644 --- a/Makefile +++ b/Makefile @@ -198,10 +198,13 @@ version: doc: $(MODULE).pdf -# XXX STUB +# XXX STUB -- not sure how to approach this yet... +# on one hand the manual should be a self-contained example in +# itself on the other hand we already have a working Makefile +# building the docs... .PHONY: manual manual: - $(MAKE) -C $(MODULE)-manual.pdf + $(MAKE) -C manual all mv manual/$(MODULE)-manual.pdf .