From 85d1e5f01320ff4b657657ef11c825e81f47816a Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 25 Mar 2023 11:58:14 +0300 Subject: [PATCH] docs... Signed-off-by: Alex A. Naanou --- Makefile | 5 ++++- scripts/README.md | 6 ++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4f8861a..769c5c2 100644 --- a/Makefile +++ b/Makefile @@ -269,6 +269,9 @@ version: #---------------------------------------------------------------------- # Main targets... +.PHONY: dep +dep: DEPENDS.txt + .PHONY: pdf pdf: $(MODULE).pdf @@ -342,7 +345,7 @@ tag: .PHONY: all -all: pdf DEPENDS.txt +all: pdf dep # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/scripts/README.md b/scripts/README.md index 98f72f7..a467f60 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -389,6 +389,12 @@ $ make-spreads.sh -c .. Extract the documentation from photobook.cls which is used to build the photobook.pdf reference manual. +This makes it possible to maintain the documentation and code in a +single file retaining human readability. + +The format is inspired by LaTeX's .dxt format but is far simpler. + + ```shell $ cls2tex.sh --help ```