From 517c69e37aa1a54b34a71bc2ae16a09e85166415 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Tue, 20 Aug 2024 22:56:16 +0200 Subject: [PATCH] make: Make .orgconfig a prerequisite of %.texi --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index c5844c0..d435b98 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -22,7 +22,7 @@ redo-docs: _ := $(shell test "$(REVDESC)" = "$$(cat .revdesc 2> /dev/null)" ||\ echo "$(REVDESC)" > .revdesc) -%.texi: %.org .revdesc +%.texi: %.org .orgconfig .revdesc @printf "Generating $@\n" @$(EMACS) $(ORG_ARGS) $< $(ORG_EVAL)