public inbox for newlib@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Fix 'make man' after 67208d9e
@ 2021-11-16 15:11 Jon Turney
  2021-11-16 17:39 ` Corinna Vinschen
  0 siblings, 1 reply; 2+ messages in thread
From: Jon Turney @ 2021-11-16 15:11 UTC (permalink / raw)
  To: newlib; +Cc: Jon Turney

Remove a left over use of doc/Makefile after 67208d9e ('newlib: merge
doc into top-level Makefile') to fix 'make man'.
---
 newlib/Makefile.am | 2 +-
 newlib/Makefile.in | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/newlib/Makefile.am b/newlib/Makefile.am
index 1ab75f995..d3da43a4b 100644
--- a/newlib/Makefile.am
+++ b/newlib/Makefile.am
@@ -426,7 +426,7 @@ info-recursive dvi-recursive: doc/makedoc$(EXEEXT_FOR_BUILD)
 
 # Recursive targets for man and install-man
 man:
-	(cd doc && $(MAKE) man-cache) || exit 1; \
+	$(MAKE) man-cache || exit 1; \
 	for d in $(SUBDIRS); do \
 	  if test "$$d" != "."; then \
 	    (cd $$d && $(MAKE) man) || exit 1; \
diff --git a/newlib/Makefile.in b/newlib/Makefile.in
index cbbb92197..bf15dfea3 100644
--- a/newlib/Makefile.in
+++ b/newlib/Makefile.in
@@ -1189,7 +1189,7 @@ info-recursive dvi-recursive: doc/makedoc$(EXEEXT_FOR_BUILD)
 
 # Recursive targets for man and install-man
 man:
-	(cd doc && $(MAKE) man-cache) || exit 1; \
+	$(MAKE) man-cache || exit 1; \
 	for d in $(SUBDIRS); do \
 	  if test "$$d" != "."; then \
 	    (cd $$d && $(MAKE) man) || exit 1; \
-- 
2.33.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Fix 'make man' after 67208d9e
  2021-11-16 15:11 [PATCH] Fix 'make man' after 67208d9e Jon Turney
@ 2021-11-16 17:39 ` Corinna Vinschen
  0 siblings, 0 replies; 2+ messages in thread
From: Corinna Vinschen @ 2021-11-16 17:39 UTC (permalink / raw)
  To: newlib

On Nov 16 15:11, Jon Turney wrote:
> Remove a left over use of doc/Makefile after 67208d9e ('newlib: merge
> doc into top-level Makefile') to fix 'make man'.
> ---
>  newlib/Makefile.am | 2 +-
>  newlib/Makefile.in | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Please push.


Thanks,
Corinna


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-11-16 17:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-16 15:11 [PATCH] Fix 'make man' after 67208d9e Jon Turney
2021-11-16 17:39 ` Corinna Vinschen

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).