]> git.pld-linux.org Git - packages/docbook2X.git/commitdiff
- small fix docbook2X-0-3
authorklakier <klakier@pld-linux.org>
Fri, 23 Jun 2000 00:19:20 +0000 (00:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    docbook2X-docbook2man -> 1.4

docbook2X-docbook2man

index fa702dd835c578bd97bbb5cf54d2a5c12c78d2c3..7ad9f1265693471d8e0fae42c32ab1648c1566c7 100644 (file)
@@ -42,7 +42,7 @@ if [ -f manpage.links ]; then
     exit 2;
 fi
 
-$SP <"$1" |sgmlspl $SPEC
+$SP "$1" |sgmlspl $SPEC
 
 LANGM=`awk -v IGNORECASE=1 -v RS=">[^<>]*<" '/^refentry/ {if(i=index($0,"lang=")) print substr($0,i+6,2); exit}' $1`
 REFNAME=`awk -v IGNORECASE=1 -v RS="<\/?refname( [^>]*)?>" '{getline; print $0; exit}' $1`
@@ -80,9 +80,12 @@ rm -f manpage.links
 
 
 # $Log$
+# Revision 1.3  2000/02/26 15:17:57  klakier
+# - more test against missing arguments, files, etc
+#
 # Revision 1.2  2000/01/20 14:41:08  klakier
 # - I forgot to commit it ... I dont remember
 #
 # Revision 1.1  1999/12/29 15:59:47  klakier
 # - wrapper script for Steve Cheng's docbook2man-spec converter
-#  
\ No newline at end of file
+#  
This page took 0.040483 seconds and 4 git commands to generate.