From 2e1faa65f19ff381b5ecc5e9f486c30e789b91c4 Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Tue, 21 Sep 2010 14:32:30 +0200 Subject: [PATCH] Set cut_dir properly, and add mode line for Emacs. Signed-off-by: Simon Josefsson --- ChangeLog | 2 ++ build-aux/pmccabe2html | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 014b30dc7..90cd6b187 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2010-09-21 Reuben Thomas + * 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. diff --git a/build-aux/pmccabe2html b/build-aux/pmccabe2html index 8de4f9822..3606ba475 100644 --- a/build-aux/pmccabe2html +++ b/build-aux/pmccabe2html @@ -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 -- 2.11.0