From: Iker Pedrosa Date: Fri, 1 Sep 2023 14:11:06 +0000 (+0200) Subject: doc: remove README.platforms X-Git-Tag: 4.15.0-rc1~162 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc35dfe4ecfdea64e5b9ffaf05724c2ce59bcb0b;p=thirdparty%2Fshadow.git doc: remove README.platforms I remove this file with sadness, as it contains data from old times. Unfortunately, this data is no longer relevant. The source code management tool will keep it in memory. Signed-off-by: Iker Pedrosa --- diff --git a/doc/Makefile.am b/doc/Makefile.am index 2f519c62d..2c71db5fe 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,5 +1,4 @@ # This is a dummy Makefile.am to get automake work flawlessly, # and also cooperate to make a distribution for `make dist' -EXTRA_DIST = HOWTO README.limits \ - README.platforms WISHLIST +EXTRA_DIST = HOWTO README.limits WISHLIST diff --git a/doc/README.platforms b/doc/README.platforms deleted file mode 100644 index a069e899d..000000000 --- a/doc/README.platforms +++ /dev/null @@ -1,33 +0,0 @@ -# $Id$ -# -# This is the current (still incomplete) list of platforms this -# package has been verified to work on. Additions (preferably -# in the format as described below) are welcome. Thanks! -# -# V: last version reported to work -# H: host type -# L: Linux libc version -# D: Linux distribution, or other OS name and version -# C: changes (if any) -# R: reported by - -V: 980529 -H: sparc-unknown-linux-gnu -L: glibc-2.0.7 -D: Ultrapenguin-1.0.9 -C: had to explicitly disable desrpc. -R: Bjorn Christianson - -V: 980724 -H: i486-pc-linux-gnulibc1 -L: libc-5.4.33 -D: Debian-1.3.1.r6 -C: none (use dpkg-buildpackage) -R: Marek Michalkiewicz - -V: current -H: i686-pc-linux-gnu -L: glibc-2.0.7.19981211 -D: Debian-2.1 -C: none (use dpkg-buildpackage) -R: Marek Michalkiewicz