]> sourceware.org Git - newlib-cygwin.git/commitdiff
Fix 'make man' after 67208d9e
authorJon Turney <jon.turney@dronecode.org.uk>
Tue, 16 Nov 2021 12:41:30 +0000 (12:41 +0000)
committerJon Turney <jon.turney@dronecode.org.uk>
Tue, 16 Nov 2021 17:59:56 +0000 (17:59 +0000)
Remove a left over use of doc/Makefile after 67208d9e ('newlib: merge
doc into top-level Makefile') to fix 'make man'.

newlib/Makefile.am
newlib/Makefile.in

index 1ab75f9957e76b68671dedc9a25670a696c91b59..d3da43a4b6659485c2991701131d83e7b10b5239 100644 (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; \
index cbbb92197679d8ebfd1b3353f8f1329c7e4acf6c..bf15dfea330d4ad8b48c8f613a937c59a63eb96c 100644 (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; \
This page took 0.034862 seconds and 5 git commands to generate.