about summary refs log tree commit homepage
path: root/Documentation/include.mk
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/include.mk')
-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