diff options
author | Mike Frysinger <vapier@gentoo.org> | 2022-01-21 21:50:20 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2022-02-04 23:57:12 -0500 |
commit | fc2b4ffee0ec7697a02ae7185f1acb7927f2f115 (patch) | |
tree | ffeef100a30966fce8e55fb3b82fa1db41f0c852 /newlib/libc/syscalls | |
parent | 44f6310bf93748ca1d55abcb9a2c82a432643256 (diff) | |
download | newlib-fc2b4ffee0ec7697a02ae7185f1acb7927f2f115.zip newlib-fc2b4ffee0ec7697a02ae7185f1acb7927f2f115.tar.gz newlib-fc2b4ffee0ec7697a02ae7185f1acb7927f2f115.tar.bz2 |
newlib: libc: move manual into top-level build
This doesn't migrate all the docs, just the libc's manual (pdf/info).
This is to show the basic form of migrating the chew files.
For subdirs that didn't have any docs, I've stripped their settings
for clarity. If someone wanted to suddenly add docs, they can add
the corresponding Makefile.inc files easily.
Diffstat (limited to 'newlib/libc/syscalls')
-rw-r--r-- | newlib/libc/syscalls/Makefile.am | 4 | ||||
-rw-r--r-- | newlib/libc/syscalls/Makefile.in | 3 |
2 files changed, 0 insertions, 7 deletions
diff --git a/newlib/libc/syscalls/Makefile.am b/newlib/libc/syscalls/Makefile.am index 5895be4..ada372a 100644 --- a/newlib/libc/syscalls/Makefile.am +++ b/newlib/libc/syscalls/Makefile.am @@ -49,7 +49,3 @@ noinst_DATA = endif include $(srcdir)/../../Makefile.shared - -CHEWOUT_FILES = -CHAPTERS = -# No doc for syscalls. diff --git a/newlib/libc/syscalls/Makefile.in b/newlib/libc/syscalls/Makefile.in index 21afc0f..6db97eb 100644 --- a/newlib/libc/syscalls/Makefile.in +++ b/newlib/libc/syscalls/Makefile.in @@ -398,8 +398,6 @@ DOCBOOK_CHEW = ${top_srcdir}/../doc/makedocbook.py DOCBOOK_OUT_FILES = $(CHEWOUT_FILES:.def=.xml) DOCBOOK_CHAPTERS = $(CHAPTERS:.tex=.xml) CLEANFILES = $(CHEWOUT_FILES) $(DOCBOOK_OUT_FILES) -CHEWOUT_FILES = -CHAPTERS = all: all-am .SUFFIXES: @@ -793,7 +791,6 @@ docbook: $(DOCBOOK_OUT_FILES) do \ ${top_srcdir}/../doc/chapter-texi2docbook.py <$(srcdir)/$${chapter%.xml}.tex >../$$chapter ; \ done -# No doc for syscalls. # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. |