]> Sergey Matveev's repositories - public-inbox.git/commitdiff
doc: use local modules to generate NEWS*
authorEric Wong <e@80x24.org>
Wed, 9 Oct 2019 06:49:31 +0000 (06:49 +0000)
committerEric Wong <e@80x24.org>
Wed, 9 Oct 2019 06:49:47 +0000 (06:49 +0000)
We shouldn't need installed modules to generate NEWS* files.

Documentation/include.mk

index 65ba4e17cbb4078266dec4b9cf9ef95f323cbf0f..04c6b35878b5b4cd47969b3a732b4d26858dcbc1 100644 (file)
@@ -110,7 +110,7 @@ RELEASES += v1.1.0-pre1
 RELEASES += v1.0.0
 
 NEWS NEWS.atom NEWS.html : Documentation/RelNotes
 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
 
 # check for internal API changes:
 check :: NEWS check-NEWS.atom NEWS.html