Set cut_dir properly, and add mode line for Emacs.
authorReuben Thomas <rrt@sc3d.org>
Tue, 21 Sep 2010 12:32:30 +0000 (14:32 +0200)
committerSimon Josefsson <simon@josefsson.org>
Tue, 21 Sep 2010 12:32:30 +0000 (14:32 +0200)
Signed-off-by: Simon Josefsson <simon@josefsson.org>
ChangeLog
build-aux/pmccabe2html

index 014b30d..90cd6b1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2010-09-21  Reuben Thomas  <rrt@sc3d.org>
 
+       * build-aux/pmccabe2html: Set cut_dir properly, and add mode line
+       for Emacs.
        * build-aux/pmccabe2html: Make Makefile.am example code more
        cut-and-paste friendly.
 
index 8de4f98..3606ba4 100644 (file)
@@ -1,4 +1,4 @@
-# pmccabe2html - AWK script to convert pmccabe output to html
+# pmccabe2html - AWK script to convert pmccabe output to html       -*- awk -*-
 
 # Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
@@ -56,7 +56,6 @@ BEGIN {
     cyclo_simple_max = 10
     cyclo_moderate_max = 20
     cyclo_high_max = 50
-    cut_dir = "/../"
     source_file_link_tmpl = vcurl
 
     # HTML options