/[m4]/m4/checks/get-them
ViewVC logotype

Diff of /m4/checks/get-them

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by jbailey, Thu Feb 17 03:03:19 2000 UTC revision 1.1.1.1.2.1 by gary, Thu Mar 31 11:20:17 2005 UTC
# Line 1  Line 1 
1  #!/bin/sh  #!/bin/sh
2  # Extract all examples from the manual source.  # Extract all examples from the manual source.
3  # Copyright (C) 1992 Free Software Foundation, Inc.  # Copyright (C) 1992, 2005 Free Software Foundation, Inc.
4    
5  # This script is for use with GNU awk.  # This script is for use with GNU awk.
6    
# Line 59  BEGIN { Line 59  BEGIN {
59    else    else
60      prefix = "";      prefix = "";
61    gsub("@@", "@", $0);    gsub("@@", "@", $0);
62      gsub("@comment.*", "", $0);
63    printf("%s%s\n", prefix, $0) >> file;    printf("%s%s\n", prefix, $0) >> file;
64  }  }
65    

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.1.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26