From 8abd9b45ea3e7d378cc5aa5ea2fd069feff3cff5 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 8 Dec 2021 00:15:42 +0300 Subject: [PATCH] minor tweaks... Signed-off-by: Alex A. Naanou --- Makefile | 4 ++++ README.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index df7c864..ec21508 100644 --- a/Makefile +++ b/Makefile @@ -198,6 +198,10 @@ version: doc: $(MODULE).pdf +# XXX +#manual: + + .PHONY: dist dist: $(DIST_FILES) $(MD) $(DIST_DIR) diff --git a/README.md b/README.md index 056e7d4..e6db054 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ LaTeX class for making photo books. either a full install or for specific modules see the _Packages_ section in [photobook.cls](./photobook.cls), - U\*ix-like environment (`bash`, GNU Make, coreutils, ...), - on Windows systems either [Cygwin](https://www.cygwin.com/) or + on Windows systems, either [Cygwin](https://www.cygwin.com/) or [WSL/WSL2](https://en.wikipedia.org/wiki/Windows_Subsystem_for_Linux) should work fine.