diff options
author | Roland McGrath <roland@gnu.org> | 1996-05-10 23:04:39 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-05-10 23:04:39 +0000 |
commit | d617ac4ee5563f36c6046729b324f78562b0f1e7 (patch) | |
tree | 13e22c815e830edc4896fffddd98ddccb3609519 /Makefile | |
parent | f8cac037eea3e928b0d5e0c17990b6996159eec8 (diff) | |
download | glibc-d617ac4ee5563f36c6046729b324f78562b0f1e7.tar.gz glibc-d617ac4ee5563f36c6046729b324f78562b0f1e7.tar.xz glibc-d617ac4ee5563f36c6046729b324f78562b0f1e7.zip |
* Makefile (distribute): Add FAQ. cvs/libc-960512 cvs/libc-960511
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index b9d0c9bc64..ef211a6160 100644 --- a/Makefile +++ b/Makefile @@ -220,7 +220,7 @@ parent_echo-distinfo: # Make the distribution tarfile. -distribute := README INSTALL NOTES COPYING.LIB COPYING NEWS \ +distribute := README INSTALL FAQ NOTES COPYING.LIB COPYING NEWS \ ChangeLog ChangeLog.[0-9] \ Makefile Makeconfig Makerules Rules Make-dist MakeTAGS \ extra-lib.mk o-iterator.mk \ |