Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2016-06-25 19:07:43 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2016-06-25 19:07:43 +0300
commitf145c2e26186e19aec44891155b5808d852bc95c (patch)
tree7f846c49cbbb89b59bdcb9f8a9956f43b23031a8 /newlib/Makefile.am
parent041ea4106881a3434e63ca95a38c911515793f09 (diff)
Revert "Make newlib manpages via DocBook XML (v3)"
This reverts commit 041ea4106881a3434e63ca95a38c911515793f09.
Diffstat (limited to 'newlib/Makefile.am')
-rw-r--r--newlib/Makefile.am15
1 files changed, 0 insertions, 15 deletions
diff --git a/newlib/Makefile.am b/newlib/Makefile.am
index ee580075e..200bc61bd 100644
--- a/newlib/Makefile.am
+++ b/newlib/Makefile.am
@@ -362,21 +362,6 @@ dvi-recursive: doc/makedoc
doc/makedoc:
cd doc && $(MAKE) all
-# Recursive targets for man and install-man
-man:
- for d in $(SUBDIRS); do \
- if test "$$d" != "."; then \
- (cd $$d && $(MAKE) man) || exit 1; \
- fi; \
- done
-
-install-man:
- for d in $(SUBDIRS); do \
- if test "$$d" != "."; then \
- (cd $$d && $(MAKE) install-man) || exit 1; \
- fi; \
- done
-
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
# Multilib support.