]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
* doc/code-vs-command: Remove long-unused, never-distributed file.
authorJim Meyering <meyering@redhat.com>
Mon, 6 Apr 2009 05:59:52 +0000 (07:59 +0200)
committerJim Meyering <meyering@redhat.com>
Mon, 6 Apr 2009 05:59:52 +0000 (07:59 +0200)
doc/code-vs-command [deleted file]

diff --git a/doc/code-vs-command b/doc/code-vs-command
deleted file mode 100644 (file)
index b7ec090..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-perl -pi -e \
-  's/\@code\{('"$(echo cp dd df dir dircolors du install ln ls mkdir mkfifo mknod mv shred touch vdir|tr ' ' '|')"')\}/\@command{$1}/' coreutils.texi
-
-perl -pi -e \
-  's/\@code\{('"$(echo cp dd df dir dircolors du install ln ls mkdir mkfifo mknod mv shred touch vdir|tr ' ' '|')"')\}/\@command{$1}/' coreutils.texi
-
-regex=$((textutils; shellutils) | tr -s ' ' '|')
-perl -pi -e 's/\@code\{('"$regex"')\}/\@command{$1}/' coreutils.texi