* [PATCH] doc: use local modules to generate NEWS*
@ 2019-10-09 6:49 Eric Wong
0 siblings, 0 replies; only message in thread
From: Eric Wong @ 2019-10-09 6:49 UTC (permalink / raw)
To: meta
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
--
EW
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2019-10-09 6:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-09 6:49 [PATCH] doc: use local modules to generate NEWS* Eric Wong
Code repositories for project(s) associated with this public inbox
https://80x24.org/public-inbox.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).