about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-10-09 06:49:31 +0000
committerEric Wong <e@80x24.org>2019-10-09 06:49:47 +0000
commit2968a77518b7c7cae5df702233dc83e4a559c3a9 (patch)
treec1da8c4328885f6d381a4dd57de81fc591a3d663
parent646e33519ca10f0e0e8ef6f0e974a6a82805c242 (diff)
downloadpublic-inbox-2968a77518b7c7cae5df702233dc83e4a559c3a9.tar.gz
We shouldn't need installed modules to generate NEWS* files.
-rw-r--r--Documentation/include.mk2
1 files changed, 1 insertions, 1 deletions
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