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/libc/Makefile.am
parent041ea4106881a3434e63ca95a38c911515793f09 (diff)
Revert "Make newlib manpages via DocBook XML (v3)"
This reverts commit 041ea4106881a3434e63ca95a38c911515793f09.
Diffstat (limited to 'newlib/libc/Makefile.am')
-rw-r--r--newlib/libc/Makefile.am23
1 files changed, 1 insertions, 22 deletions
diff --git a/newlib/libc/Makefile.am b/newlib/libc/Makefile.am
index 6e97bca52..21a74fe78 100644
--- a/newlib/libc/Makefile.am
+++ b/newlib/libc/Makefile.am
@@ -142,9 +142,6 @@ SUBDEFS = \
$(LIBC_EXTRA_DEF) \
misc/stmp-def
-# ditto for stmp-xml files in each subdirectory which builds .xml files
-SUBXMLS = $(SUBDEFS:stmp-def=stmp-xml)
-
libc.info: sigset.texi extra.texi stdio64.texi posix.texi iconvset.texi \
targetdep.tex $(SUBDEFS)
@@ -226,23 +223,6 @@ info_TEXINFOS = libc.texinfo
libc_TEXINFOS = sigset.texi extra.texi posix.texi stdio64.texi iconvset.texi \
targetdep.tex $(SUBDEFS)
-docbook-recursive: force
- for d in $(SUBDIRS); do \
- if test "$$d" != "."; then \
- (cd $$d && $(MAKE) docbook) || exit 1; \
- fi; \
- done
-
-$(SUBXMLS): docbook-recursive
-
-man: $(SUBXMLS) libc.in.xml
- xsltproc --xinclude --path ${builddir} --nonet ${srcdir}/../refcontainers.xslt ${srcdir}/libc.in.xml >libc.xml
- xmlto --skip-validation man -m ${srcdir}/../man.xsl libc.xml
-
-install-man: man
- mkdir -p $(DESTDIR)$(mandir)/man3
- $(INSTALL_DATA) *.3 $(DESTDIR)$(mandir)/man3
-
.PHONY: force
force:
@@ -250,8 +230,7 @@ CLEANFILES = $(CRT0) \
sigset.texi stmp-sigset extra.texi stmp-extra \
stdio64.texi stmp-stdio64 targetdep.tex stmp-targetdep \
tmp-sigset.texi tmp-iconvset.texi tmp-extra.texi \
- tmp-stdio64.texi tmp-posix.texi tmp-targetdep.texi \
- *.xml *.3
+ tmp-stdio64.texi tmp-posix.texi tmp-targetdep.texi
ACLOCAL_AMFLAGS = -I .. -I ../..
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host