zshrc: Remove makereadable
authorFrank Terbeck <ft@bewatermyfriend.org>
Tue, 29 Nov 2011 13:06:19 +0000 (14:06 +0100)
committerMichael Prokop <mika@grml.org>
Tue, 6 Dec 2011 13:50:46 +0000 (14:50 +0100)
Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org>
doc/grmlzshrc.t2t
etc/zsh/zshrc

index f52b181..c0781d3 100644 (file)
@@ -660,10 +660,6 @@ Searches a wireless interface and runs dhclient(8) on it.
 Lists images (i. e. files ending with ".jpg", ".gif" or ".png") in current
 directory.
 
 Lists images (i. e. files ending with ".jpg", ".gif" or ".png") in current
 directory.
 
-: **makereadable()**
-Creates a PostScript and a PDF file (basename as first argument) from
-source code files.
-
 : **manzsh()**
 Shows the zshall manpage and jumps to the first match of the regular
 expression optionally given as argument (Needs qma(1)).
 : **manzsh()**
 Shows the zshall manpage and jumps to the first match of the regular
 expression optionally given as argument (Needs qma(1)).
index 6f6b1cf..1813b3d 100644 (file)
@@ -2833,15 +2833,6 @@ limg() {
     fi
 }
 
     fi
 }
 
-#f5# Create PDF file from source code
-makereadable() {
-    emulate -L zsh
-    output=$1
-    shift
-    a2ps --medium A4dj -E -o $output $*
-    ps2pdf $output
-}
-
 #f5# List files which have been accessed within the last {\it n} days, {\it n} defaults to 1
 accessed() {
     emulate -L zsh
 #f5# List files which have been accessed within the last {\it n} days, {\it n} defaults to 1
 accessed() {
     emulate -L zsh