From: Reuben Thomas <rrt@sc3d.org>
Date: Mon, 20 Sep 2010 21:39:56 +0000 (+0100)
Subject: Set cut_dir properly, and add mode line for Emacs.
X-Git-Tag: v0.1~3777
X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=c27b11980b8b4c2fa4686a291b1b773073b07289;p=gnulib.git

Set cut_dir properly, and add mode line for Emacs.

Signed-off-by: Simon Josefsson <simon@josefsson.org>
---

diff --git a/build-aux/pmccabe2html b/build-aux/pmccabe2html
index 3606ba4759..3d266d42d3 100644
--- a/build-aux/pmccabe2html
+++ b/build-aux/pmccabe2html
@@ -26,7 +26,7 @@
 # 		| sort -nr \
 # 		| $(AWK) -f ${top_srcdir}/build-aux/pmccabe2html \
 # 			-v lang=html -v name="$(PACKAGE_NAME)" \
-# 			-v vcurl="http://git.savannah.gnu.org/gitweb/?p=$(PACKAG).git;a=blob;f=%FILENAME%;hb=HEAD" \
+# 			-v vcurl="http://git.savannah.gnu.org/gitweb/?p=$(PACKAGE).git;a=blob;f=%FILENAME%;hb=HEAD" \
 # 			-v url="http://www.gnu.org/software/$(PACKAGE)/" \
 # 			-v css=${top_srcdir}/build-aux/pmccabe.css \
 # 			-v cut_dir=${top_srcdir}/ \