From 2968a77518b7c7cae5df702233dc83e4a559c3a9 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 9 Oct 2019 06:49:31 +0000 Subject: [PATCH] doc: use local modules to generate NEWS* We shouldn't need installed modules to generate NEWS* files. --- Documentation/include.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/include.mk b/Documentation/include.mk index 65ba4e17..04c6b358 100644 --- a/Documentation/include.mk +++ b/Documentation/include.mk @@ -110,7 +110,7 @@ RELEASES += v1.1.0-pre1 RELEASES += v1.0.0 NEWS NEWS.atom NEWS.html : Documentation/RelNotes - $(PERL) -w Documentation/mknews.perl $@ $(RELEASES) + $(PERL) -I lib -w Documentation/mknews.perl $@ $(RELEASES) # check for internal API changes: check :: NEWS check-NEWS.atom NEWS.html -- 2.44.0