No header for "other" .ad files.
authorPekka Riikonen <priikone@silcnet.org>
Fri, 22 Apr 2005 20:31:40 +0000 (20:31 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Fri, 22 Apr 2005 20:31:40 +0000 (20:31 +0000)
apps/autodist/CHANGES
apps/autodist/autodist.in

index bb3c794f75c1a9df8de0d906a37df1900817e84a..170433a4465399c461db27a5fd6677a41427c20a 100644 (file)
@@ -4,6 +4,9 @@ Fri Apr 22 20:23:06 EEST 2005  Pekka Riikonen <priikone@silcnet.org>
 
        * More test cases in tests/.
 
+       * No Autodist header for "other" '.ad' files as we don't know 
+         what the file contains.
+
 Tue Apr 19 17:12:09 EEST 2005  Pekka Riikonen <priikone@silcnet.org>
 
        * Remove extra ' ' and '\t' when joining backslashed lines.
index 099b9abd3a4323ebc948a312b54bc7ca7ebdf782..124fe016b60e26a5e51f8dec2776964cda81a81c 100755 (executable)
@@ -474,18 +474,6 @@ ad_process_ads()
   do
     fname=`echo $i | sed s/\.ad//`
 
-    # Header
-  cat > $fname <<EOF
-# Automatically generated by Autodist $ver.  Do not edit.
-# To make changes edit the $i file in the source tree.
-
-# Source: $i
-# Generated: `date` by `whoami`
-# Distribution: $distribution
-# License: $license
-
-EOF
-
     # Run the distribution processing for this file
     ad_debug "Processing $i to be $fname"
     ad_process_file $i $fname