Recovered from cvs revision 2007-09-07 03:08:00
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* $Id: doc.awk,v 1.3 2007/04/30 08:32:40 bacon Exp $
|
||||
* $Id: doc.awk,v 1.4 2007/09/06 09:05:32 bacon Exp $
|
||||
*
|
||||
* {License}
|
||||
*/
|
||||
@ -56,7 +56,7 @@ BEGIN {
|
||||
empty_line_count = 0;
|
||||
para_started = 0;
|
||||
|
||||
#output=ARGV[0];
|
||||
#output=ARGV[1];
|
||||
#gsub (/\.man/, ".html", output);
|
||||
#print "OUTPUT TO: " output;
|
||||
|
||||
|
@ -1,11 +1,11 @@
|
||||
/*
|
||||
* $Id: lic.awk,v 1.3 2007/04/30 08:32:40 bacon Exp $
|
||||
* $Id: lic.awk,v 1.4 2007/09/06 09:05:32 bacon Exp $
|
||||
*
|
||||
* {License}
|
||||
*/
|
||||
|
||||
NR == 1 {
|
||||
new_file = ARGV[0];
|
||||
new_file = ARGV[1];
|
||||
printf "" > new_file; /* clear the file */
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user