Fix 'make man' after 67208d9e

Remove a left over use of doc/Makefile after 67208d9e ('newlib: merge
doc into top-level Makefile') to fix 'make man'.
This commit is contained in:
Jon Turney 2021-11-16 12:41:30 +00:00
parent 782aac590a
commit ad68ec27c3
No known key found for this signature in database
GPG Key ID: C7C86F0370285C81
2 changed files with 2 additions and 2 deletions

View File

@ -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; \

View File

@ -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; \