From aa777fe07df104e8d33b958fb4e19c81245ac9a3 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sat, 8 Dec 2012 21:10:10 -0600 Subject: Add README file to each toys/ directory, teach build infrastructure to get fancy name from that. This means adding new directories shouldn't require touching build scripts. --- toys/lsb/README | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 toys/lsb/README (limited to 'toys/lsb/README') diff --git a/toys/lsb/README b/toys/lsb/README new file mode 100644 index 00000000..5381b8ac --- /dev/null +++ b/toys/lsb/README @@ -0,0 +1,7 @@ +LSB commands + +Commands defined in the Linux Standard Base 4.1: +http://refspecs.linuxfoundation.org/LSB_4.1.0/LSB-Core-generic/LSB-Core-generic/cmdbehav.html + +Downloadable as one big file from: +http://refspecs.linuxfoundation.org/LSB_4.1.0/LSB-Core-generic/LSB-Core-generic.html -- cgit v1.2.3