summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2006-01-09 21:55:11 +0000
committerJakub Jelinek <jakub@redhat.com>2006-01-09 21:55:11 +0000
commit06f313e361a523605ba6d4c9cdc67a7353cd367c (patch)
tree007c600599bb65c7a685423c611977f6e4eb26e6 /manual
parentbd09caaa27e6c4613afc4a91a70f09babca1aef2 (diff)
Updated to fedora-glibc-20060109T2152cvs/fedora-glibc-2_3_90-30
Diffstat (limited to 'manual')
-rw-r--r--manual/Makefile7
-rw-r--r--manual/maint.texi10
2 files changed, 3 insertions, 14 deletions
diff --git a/manual/Makefile b/manual/Makefile
index c007b2cc4e..c5866eb9de 100644
--- a/manual/Makefile
+++ b/manual/Makefile
@@ -1,4 +1,4 @@
-# Copyright (C) 1992-1999,2000,2001,2002,2003,2004
+# Copyright (C) 1992-1999,2000,2001,2002,2003,2004,2006
# Free Software Foundation, Inc.
# This file is part of the GNU C Library.
@@ -166,7 +166,7 @@ glibc-doc-$(edition).tar: $(doc-only-dist) $(distribute)
.PHONY: mostlyclean distclean realclean clean
mostlyclean:
-rm -f libc.dvi libc.pdf libc.tmp libc.info*
- -rm -f $(objpfx)stubs $(objpfx)distinfo
+ -rm -f $(objpfx)stubs
-rm -f $(foreach o,$(object-suffixes-for-libc),$(objpfx)stamp$o)
clean: mostlyclean
distclean: clean
@@ -220,8 +220,7 @@ subdir_%: ;
# ../Rules defines them for code subdirectories; for us, they are no-ops.
# None of these should be `subdir_TARGET'; those targets are transformed
# by the implicit rule above into `TARGET' deps.
-glibc-targets := lib objects objs others tests xtests lint.out \
- echo-headers echo-distinfo
+glibc-targets := lib objects objs others tests xtests lint.out echo-headers
.PHONY: $(glibc-targets)
$(glibc-targets):
diff --git a/manual/maint.texi b/manual/maint.texi
index 3d8d24f16a..2b9221233a 100644
--- a/manual/maint.texi
+++ b/manual/maint.texi
@@ -232,16 +232,6 @@ of @file{sysdeps} implements. For example,
directory contains various network-oriented operations which only make
sense to put in the library on systems that support the Internet.@refill
-@item Dist
-
-This file contains the names of files (relative to the subdirectory of
-@file{sysdeps} in which it appears) which should be included in the
-distribution. List any new files used by rules in the @file{Makefile}
-in the same directory, or header files used by the source files in that
-directory. You don't need to list files that are implementations
-(either C or assembly source) of routines whose names are given in the
-machine-independent makefiles in the main source tree.
-
@item configure
This file is a shell script fragment to be run at configuration time.