From b60d1dfb5ae72a328d1f776a70e8a44388a760b3 Mon Sep 17 00:00:00 2001 From: pancake Date: Thu, 8 Aug 2024 22:51:04 +0200 Subject: [PATCH] Beta release in sync with r2-5.9.x --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1dea1a62..40530969 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ all: pdf epub -.PHONY: lint lint-fix epub pdf gmi texi info one +.PHONY: all lint lint-fix epub pdf gmi texi info one # CHAPTERS=$(shell find src -iname *.md) CHAPTERS=$(shell grep -Eoi '\([^\)]+' src/SUMMARY.md | sed -e 's,^.,src/,')