# HG changeset patch # User Simon Josefsson # Date 1257514203 -3600 # Node ID 6dd2245a196323ab90ec9925153ba1a49baad798 # Parent 4c93d98299f9d59f197cb47019096162a445c0b0 build-aux/pmccabe2html: Disable execute bit. Improve example usage. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-11-06 Simon Josefsson + + * build-aux/pmccabe2html: Disable execute bit. Suggested by + Reported by Ludovic Courtès. + * build-aux/pmccabe2html: Improve example usage. + 2009-11-06 Jim Meyering do-release-commit-and-tag: New module. diff --git a/build-aux/pmccabe2html b/build-aux/pmccabe2html old mode 100755 new mode 100644 --- a/build-aux/pmccabe2html +++ b/build-aux/pmccabe2html @@ -23,14 +23,14 @@ # Typical Invocation is from a Makefile.am: # -# cyclo-libidn.html: +# cyclo-$(PROJECT).html: # $(PMCCABE) ${top_srcdir}/lib/*.[ch] \ # | 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=libidn.git;a=blob;f=%FILENAME%;hb=HEAD" \ -# -v url="http://www.gnu.org/software/libidn/" \ -# -v css=../../build-aux/pmccabe.css \ +# -v vcurl="http://git.savannah.gnu.org/gitweb/?p=$(PROJECT).git;a=blob;f=%FILENAME%;hb=HEAD" \ +# -v url="http://www.gnu.org/software/$(PROJECT)/" \ +# -v css=${top_srcdir}/build-aux/pmccabe.css \ # > tmp # mv tmp $@ #